Uses of Class
org.jboss.security.xacml.core.model.context.SubjectType

Packages that use SubjectType
org.jboss.security.xacml.core.model.context   
 

Uses of SubjectType in org.jboss.security.xacml.core.model.context
 

Fields in org.jboss.security.xacml.core.model.context with type parameters of type SubjectType
protected  List<SubjectType> RequestType.subject
           
 

Methods in org.jboss.security.xacml.core.model.context that return SubjectType
 SubjectType ObjectFactory.createSubjectType()
          Create an instance of SubjectType
 

Methods in org.jboss.security.xacml.core.model.context that return types with arguments of type SubjectType
 javax.xml.bind.JAXBElement<SubjectType> ObjectFactory.createSubject(SubjectType value)
          Create an instance of JAXBElement<SubjectType>}
 List<SubjectType> RequestType.getSubject()
          Gets the value of the subject property.
 

Methods in org.jboss.security.xacml.core.model.context with parameters of type SubjectType
 javax.xml.bind.JAXBElement<SubjectType> ObjectFactory.createSubject(SubjectType value)
          Create an instance of JAXBElement<SubjectType>}
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.