Uses of Interface
org.opensaml.xacml.ctx.SubjectType

Packages that use SubjectType
org.opensaml.xacml.ctx   
org.opensaml.xacml.ctx.impl   
 

Uses of SubjectType in org.opensaml.xacml.ctx
 

Methods in org.opensaml.xacml.ctx that return types with arguments of type SubjectType
 java.util.List<SubjectType> RequestType.getSubjects()
          Gets the subjects from the request.
 

Uses of SubjectType in org.opensaml.xacml.ctx.impl
 

Methods in org.opensaml.xacml.ctx.impl that return SubjectType
 SubjectType SubjectTypeImplBuilder.buildObject()
          Builds a XACML object, using its default attribute name.
 SubjectType SubjectTypeImplBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 

Methods in org.opensaml.xacml.ctx.impl that return types with arguments of type SubjectType
 java.util.List<SubjectType> RequestTypeImpl.getSubjects()
          Gets the subjects from the request.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.