Package | Description |
---|---|
org.opensaml.xacml.ctx |
XMLObject interfaces for XACML context schema.
|
org.opensaml.xacml.ctx.impl |
XMLObject implementations for XACML context schema.
|
Modifier and Type | Method and Description |
---|---|
List<SubjectType> |
RequestType.getSubjects()
Gets the subjects from the request.
|
Modifier and Type | Class and Description |
---|---|
class |
SubjectTypeImpl
Concrete implementation of
SubjectType . |
Modifier and Type | Method and Description |
---|---|
SubjectType |
SubjectTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
SubjectType |
SubjectTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<SubjectType> |
RequestTypeImpl.getSubjects()
Gets the subjects from the request.
|
Copyright © 2016. All rights reserved.