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.
|
org.opensaml.saml2.core.validator |
Validation rules for SAML 2.0 core types and elements.
|
org.opensaml.saml2.encryption |
Classes for encrypting and decrypting SAML.
|
Modifier and Type | Method and Description |
---|---|
NewID |
ManageNameIDRequest.getNewID()
Get the NewID of the request.
|
Modifier and Type | Method and Description |
---|---|
void |
ManageNameIDRequest.setNewID(NewID newNewID)
Set the NewID of the request.
|
Modifier and Type | Class and Description |
---|---|
class |
NewIDImpl
Concrete implementation of
NewID . |
Modifier and Type | Method and Description |
---|---|
NewID |
NewIDBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
NewID |
NewIDBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
NewID |
ManageNameIDRequestImpl.getNewID()
Get the NewID of the request.
|
Modifier and Type | Method and Description |
---|---|
void |
ManageNameIDRequestImpl.setNewID(NewID newNewID)
Set the NewID of the request.
|
Modifier and Type | Method and Description |
---|---|
void |
NewIDSchemaValidator.validate(NewID newid) |
protected void |
NewIDSchemaValidator.validateNewID(NewID newid)
Validate the element content.
|
Modifier and Type | Method and Description |
---|---|
NewID |
Decrypter.decrypt(NewEncryptedID newEncryptedID)
Decrypt the specified NewEncryptedID.
|
Modifier and Type | Method and Description |
---|---|
NewEncryptedID |
Encrypter.encrypt(NewID newID)
Encrypt the specified NewID.
|
Copyright © 1999-2013. All Rights Reserved.