Uses of Interface
com.sun.identity.saml2.protocol.Scoping
-
Packages that use Scoping Package Description com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of Scoping in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return Scoping Modifier and Type Method Description ScopingProtocolFactory. createScoping()Returns theScopingObject.ScopingProtocolFactory. createScoping(String value)Returns theScopingObject.ScopingProtocolFactory. createScoping(Element value)Returns theScopingObject.ScopingAuthnRequest. getScoping()Returns theScopingobject.Methods in com.sun.identity.saml2.protocol with parameters of type Scoping Modifier and Type Method Description voidAuthnRequest. setScoping(Scoping scoping)Sets theScopingobject.
-