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 RequesterIDProtocolFactory. createRequesterID()Returns theRequesterIDObject.RequesterIDProtocolFactory. createRequesterID(String value)Returns theRequesterIDObject.RequesterIDProtocolFactory. createRequesterID(Element value)Returns theRequesterIDObject.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 ofRequesterIDObjects..Method parameters in com.sun.identity.saml2.protocol with type arguments of type RequesterID Modifier and Type Method Description voidScoping. setRequesterIDs(List<RequesterID> requesterIDList)Sets a list ofRequesterIDObjects.
-