Uses of Interface
org.opensaml.xacml.ctx.SubjectType
Packages that use SubjectType
Package
Description
XMLObject interfaces for XACML context schema.
XMLObject implementations for XACML context schema.
-
Uses of SubjectType in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return types with arguments of type SubjectType -
Uses of SubjectType in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement SubjectTypeFields in org.opensaml.xacml.ctx.impl with type parameters of type SubjectTypeModifier and TypeFieldDescriptionprivate XMLObjectChildrenList<SubjectType>RequestTypeImpl.subjectsThe subjects of the request.Methods in org.opensaml.xacml.ctx.impl that return SubjectTypeModifier and TypeMethodDescriptionSubjectTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.SubjectTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.xacml.ctx.impl that return types with arguments of type SubjectTypeModifier and TypeMethodDescriptionRequestTypeImpl.getSubjects()Gets the subjects from the request.