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 theRequesterIDObject.ProtocolFactory.createRequesterID(String value) Returns theRequesterIDObject.ProtocolFactory.createRequesterID(Element value) Returns theRequesterIDObject.Methods in com.sun.identity.saml2.protocol that return types with arguments of type RequesterIDModifier and TypeMethodDescriptionScoping.getRequesterIDs()Returns a list ofRequesterIDObjects..Method parameters in com.sun.identity.saml2.protocol with type arguments of type RequesterIDModifier and TypeMethodDescriptionvoidScoping.setRequesterIDs(List<RequesterID> requesterIDList) Sets a list ofRequesterIDObjects.