Uses of Interface
com.sun.identity.saml2.protocol.RequestAbstract
-
Packages that use RequestAbstract Package Description com.sun.identity.saml2.protocol SAMLv2 Protocol Classes.com.sun.identity.saml2.protocol.impl SAMLv2 Protocol Implemenetation Classes.com.sun.identity.xacml.saml2 Defines XACML interfaces for SAMLv2com.sun.identity.xacml.saml2.impl Defines XACML implementations for SAMLv2. -
-
Uses of RequestAbstract in com.sun.identity.saml2.protocol
Subinterfaces of RequestAbstract in com.sun.identity.saml2.protocol Modifier and Type Interface Description interface
ArtifactResolve
TheArtifactResolve
message is used to request that a SAML protocol message be returned in anArtifactResponse
message by specifying an artifact that represents the SAML protocol message.interface
AssertionIDRequest
This class represents the AssertionIDRequestType complex type.interface
AttributeQuery
This class represents the AttributeQueryType complex type.interface
AuthnQuery
This class represents the AuthnQueryType complex type.interface
AuthnRequest
TheAuthnRequest
interface defines methods for properties required by an authentication request.interface
LogoutRequest
This class represents theLogoutRequest
element in SAML protocol schema.interface
ManageNameIDRequest
This class represents the ManageNameIDRequestType complex type.interface
NameIDMappingRequest
This class represents the ManageNameIDRequestType complex type.interface
SubjectQueryAbstract
This class represents the SubjectQueryAbstractType complex type. -
Uses of RequestAbstract in com.sun.identity.saml2.protocol.impl
Classes in com.sun.identity.saml2.protocol.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw RequestAbstract Modifier and Type Class Description class
com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
This abstract class defines methods for setting and retrieving attributes and elements associated with a SAML request message used in SAML protocols. -
Uses of RequestAbstract in com.sun.identity.xacml.saml2
Subinterfaces of RequestAbstract in com.sun.identity.xacml.saml2 Modifier and Type Interface Description interface
XACMLAuthzDecisionQuery
TheXACMLAuthzDecisionQuery
element is a SAML Query that extends SAML Protocol schema typeRequestAbstractType
. -
Uses of RequestAbstract in com.sun.identity.xacml.saml2.impl
Classes in com.sun.identity.xacml.saml2.impl that implement RequestAbstract Modifier and Type Class Description class
XACMLAuthzDecisionQueryImpl
TheXACMLAuthzDecisionQueryImpl
is an impelmentation ofXACMLAuthzDecisionQuery
interface.
-