org.exist.security.xacml
Class XACMLSource
java.lang.Object
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
.
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.