|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NewID | |
---|---|
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. |
Uses of NewID in org.opensaml.saml2.core |
---|
Methods in org.opensaml.saml2.core that return NewID | |
---|---|
NewID |
ManageNameIDRequest.getNewID()
Get the NewID of the request. |
Methods in org.opensaml.saml2.core with parameters of type NewID | |
---|---|
void |
ManageNameIDRequest.setNewID(NewID newNewID)
Set the NewID of the request. |
Uses of NewID in org.opensaml.saml2.core.impl |
---|
Classes in org.opensaml.saml2.core.impl that implement NewID | |
---|---|
class |
NewIDImpl
Concrete implementation of NewID . |
Methods in org.opensaml.saml2.core.impl that return NewID | |
---|---|
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. |
Methods in org.opensaml.saml2.core.impl with parameters of type NewID | |
---|---|
void |
ManageNameIDRequestImpl.setNewID(NewID newNewID)
Set the NewID of the request. |
Uses of NewID in org.opensaml.saml2.core.validator |
---|
Methods in org.opensaml.saml2.core.validator with parameters of type NewID | |
---|---|
void |
NewIDSchemaValidator.validate(NewID newid)
|
protected void |
NewIDSchemaValidator.validateNewID(NewID newid)
Validate the element content. |
Uses of NewID in org.opensaml.saml2.encryption |
---|
Methods in org.opensaml.saml2.encryption that return NewID | |
---|---|
NewID |
Decrypter.decrypt(NewEncryptedID newEncryptedID)
Decrypt the specified NewEncryptedID. |
Methods in org.opensaml.saml2.encryption with parameters of type NewID | |
---|---|
NewEncryptedID |
Encrypter.encrypt(NewID newID)
Encrypt the specified NewID. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |