org.wso2.balana.samples.image.filtering
Class ImageFilter

java.lang.Object
  extended by org.wso2.balana.samples.image.filtering.ImageFilter

public class ImageFilter
extends Object

Web page image filtering sample


Constructor Summary
ImageFilter()
           
 
Method Summary
static String createXACMLRequest(String userName)
           
static Element getXacmlResponse(String response)
          Creates DOM representation of the XACML request
static void main(String[] args)
           
static void printDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFilter

public ImageFilter()
Method Detail

main

public static void main(String[] args)

getXacmlResponse

public static Element getXacmlResponse(String response)
Creates DOM representation of the XACML request

Parameters:
response - XACML request as a String object
Returns:
XACML request as a DOM element

printDescription

public static void printDescription()

createXACMLRequest

public static String createXACMLRequest(String userName)


Copyright © 2015 WSO2. All rights reserved.