Uses of Interface
com.sun.identity.saml2.protocol.RequesterID
Packages that use RequesterID
-
Uses of RequesterID in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return RequesterIDModifier and TypeMethodDescriptionProtocolFactory.createRequesterID()
Returns theRequesterID
Object.ProtocolFactory.createRequesterID
(String value) Returns theRequesterID
Object.ProtocolFactory.createRequesterID
(Element value) Returns theRequesterID
Object.Methods in com.sun.identity.saml2.protocol that return types with arguments of type RequesterIDModifier and TypeMethodDescriptionScoping.getRequesterIDs()
Returns a list ofRequesterID
Objects..Method parameters in com.sun.identity.saml2.protocol with type arguments of type RequesterIDModifier and TypeMethodDescriptionvoid
Scoping.setRequesterIDs
(List<RequesterID> requesterIDList) Sets a list ofRequesterID
Objects.