Uses of Interface
com.sun.identity.saml2.protocol.GetComplete
-
Packages that use GetComplete Package Description com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of GetComplete in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return GetComplete Modifier and Type Method Description GetComplete
ProtocolFactory. createGetComplete()
Returns theGetComplete
Object.GetComplete
ProtocolFactory. createGetComplete(String value)
Returns theGetComplete
Object.GetComplete
ProtocolFactory. createGetComplete(Element value)
Returns theGetComplete
Object.GetComplete
IDPList. getGetComplete()
Returns theGetComplete
Object.Methods in com.sun.identity.saml2.protocol with parameters of type GetComplete Modifier and Type Method Description void
IDPList. setGetComplete(GetComplete getComplete)
Sets theGetComplete
Object.
-