Uses of Interface
com.sun.identity.saml2.protocol.NewID
-
Packages that use NewID Package Description com.sun.identity.saml2.protocol SAMLv2 Protocol 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 NewID
ProtocolFactory. createNewID(String value)
Returns an new identifier object.NewID
ProtocolFactory. createNewID(Element value)
Returns an new identifier object.NewID
NewEncryptedID. decrypt(Set<PrivateKey> privateKeys)
Returns an instance ofNewID
object.NewID
ManageNameIDRequest. getNewID()
Returns the value of theNewID
property.Methods in com.sun.identity.saml2.protocol with parameters of type NewID Modifier and Type Method Description void
ManageNameIDRequest. setNewID(NewID value)
Sets the value of theNewID
property.
-