Uses of Interface
com.sun.identity.saml2.protocol.NewID
-
Packages that use NewID Package Description com.sun.identity.saml2.protocol SAMLv2 Protocol Classes.com.sun.identity.saml2.protocol.impl SAMLv2 Protocol Implemenetation Classes. -
-
Uses of NewID in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return NewID Modifier and Type Method Description NewIDProtocolFactory. createNewID(String value)Returns an new identifier object.NewIDProtocolFactory. createNewID(Element value)Returns an new identifier object.NewIDNewEncryptedID. decrypt(Set<PrivateKey> privateKeys)Returns an instance ofNewIDobject.NewIDManageNameIDRequest. getNewID()Returns the value of theNewIDproperty.Methods in com.sun.identity.saml2.protocol with parameters of type NewID Modifier and Type Method Description voidManageNameIDRequest. setNewID(NewID value)Sets the value of theNewIDproperty. -
Uses of NewID in com.sun.identity.saml2.protocol.impl
Classes in com.sun.identity.saml2.protocol.impl that implement NewID Modifier and Type Class Description classNewIDImplThis class identifies the new ID entitie in anManageNameIDRequestmessage.Methods in com.sun.identity.saml2.protocol.impl that return NewID Modifier and Type Method Description NewIDNewEncryptedIDImpl. decrypt(Set<PrivateKey> privateKeys)NewIDManageNameIDRequestImpl. getNewID()Returns the value of theNewIDproperty.Methods in com.sun.identity.saml2.protocol.impl with parameters of type NewID Modifier and Type Method Description voidManageNameIDRequestImpl. setNewID(NewID value)Sets the value of theNewIDproperty.
-