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 |
---|---|
StatusDetailType |
StatusType.getStatusDetail()
Gets the status detail of status.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusType.setStatusDetail(StatusDetailType statusDetail)
Sets the status detail for the Status.
|
Modifier and Type | Class and Description |
---|---|
class |
StatusDetailTypeImpl
Concrete implementation of
StatusDetailType . |
Modifier and Type | Method and Description |
---|---|
StatusDetailType |
StatusDetailTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
StatusDetailType |
StatusDetailTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
StatusDetailType |
StatusTypeImpl.getStatusDetail()
Gets the status detail of status.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusTypeImpl.setStatusDetail(StatusDetailType newStatusDetail)
Sets the status detail for the Status.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.