Package | Description |
---|---|
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
Modifier and Type | Method and Description |
---|---|
Terminate |
ManageNameIDRequest.getTerminate()
Get the Terminate of the request.
|
Modifier and Type | Method and Description |
---|---|
void |
ManageNameIDRequest.setTerminate(Terminate newTerminate)
Set the Terminate of the request.
|
Modifier and Type | Class and Description |
---|---|
class |
TerminateImpl
Concrete implementation of
Terminate . |
Modifier and Type | Method and Description |
---|---|
Terminate |
TerminateBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Terminate |
TerminateBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Terminate |
ManageNameIDRequestImpl.getTerminate()
Get the Terminate of the request.
|
Modifier and Type | Method and Description |
---|---|
void |
ManageNameIDRequestImpl.setTerminate(Terminate newTerminate)
Set the Terminate of the request.
|
Copyright © 1999-2013. All Rights Reserved.