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 Scoping
ProtocolFactory. createScoping()
Returns theScoping
Object.Scoping
ProtocolFactory. createScoping(String value)
Returns theScoping
Object.Scoping
ProtocolFactory. createScoping(Element value)
Returns theScoping
Object.Scoping
AuthnRequest. getScoping()
Returns theScoping
object.Methods in com.sun.identity.saml2.protocol with parameters of type Scoping Modifier and Type Method Description void
AuthnRequest. setScoping(Scoping scoping)
Sets theScoping
object.
-