Uses of Interface
com.sun.identity.saml2.protocol.RequesterID
-
Packages that use RequesterID Package Description com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of RequesterID in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return RequesterID Modifier and Type Method Description RequesterID
ProtocolFactory. createRequesterID()
Returns theRequesterID
Object.RequesterID
ProtocolFactory. createRequesterID(String value)
Returns theRequesterID
Object.RequesterID
ProtocolFactory. createRequesterID(Element value)
Returns theRequesterID
Object.Methods in com.sun.identity.saml2.protocol that return types with arguments of type RequesterID Modifier and Type Method Description List<RequesterID>
Scoping. getRequesterIDs()
Returns a list ofRequesterID
Objects..Method parameters in com.sun.identity.saml2.protocol with type arguments of type RequesterID Modifier and Type Method Description void
Scoping. setRequesterIDs(List<RequesterID> requesterIDList)
Sets a list ofRequesterID
Objects.
-