org.exist.security.xacml
Class XACMLSource

java.lang.Object
  extended by org.exist.security.xacml.XACMLSource

public class XACMLSource
extends Object

This class represents the source of some content. It has a key, which uniquely identifies this source within its type. For possible type values, see XACMLConstants.


Method Summary
 String createId()
           
static XACMLSource getInstance(Class source)
           
static XACMLSource getInstance(Source source)
           
static XACMLSource getInstance(String sourceClassName)
           
 String getKey()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static XACMLSource getInstance(Class source)

getInstance

public static XACMLSource getInstance(String sourceClassName)

getInstance

public static XACMLSource getInstance(Source source)

getType

public String getType()

getKey

public String getKey()

createId

public String createId()


Copyright (C) Wolfgang Meier. All rights reserved.