Uses of Interface
com.sun.identity.xacml.context.Subject
-
Packages that use Subject Package Description com.sun.identity.xacml.context Defines XACML2 context classescom.sun.identity.xacml.context.impl Defines XACML Context implementations. -
-
Uses of Subject in com.sun.identity.xacml.context
Methods in com.sun.identity.xacml.context that return Subject Modifier and Type Method Description Subject
ContextFactory. createSubject()
Returns a new instance ofSubject
.Subject
ContextFactory. createSubject(String xml)
Returns a new instance ofSubject
.Subject
ContextFactory. createSubject(Element elem)
Returns a new instance ofSubject
. -
Uses of Subject in com.sun.identity.xacml.context.impl
Classes in com.sun.identity.xacml.context.impl that implement Subject Modifier and Type Class Description class
SubjectImpl
TheSubject
element specifies information about a subject of theRequest
context by listing a sequence ofAttribute
elements associated with the subject.
-