Uses of Class
net.shibboleth.idp.cas.flow.impl.AbstractCASProtocolAction
Packages that use AbstractCASProtocolAction
-
Uses of AbstractCASProtocolAction in net.shibboleth.idp.cas.flow.impl
Subclasses of AbstractCASProtocolAction in net.shibboleth.idp.cas.flow.implModifier and TypeClassDescriptionclass
Base class for all actions that build SAMLResponse
messages for output.class
Builds an authentication context from an incomingServiceTicketRequest
message.class
Action that builds the chain of visited proxies for a successful proxy ticket validation event.class
BuildRelyingPartyContextAction<RequestType,
ResponseType> Creates theRelyingPartyContext
as a child of theProfileRequestContext
.class
BuildSAMLMetadataContextAction<RequestType,
ResponseType> Builds aSAMLMetadataContext
child ofRelyingPartyContext
to facilitate relying party selection by group name.class
Creates the SAML response message for failed ticket validation at the/samlValidate
URI.class
Creates the SAML response message for successful ticket validation at the/samlValidate
URI.class
CheckProxyAuthorizationAction<RequestType,
ResponseType> Checks the currentServiceContext
to determine whether the service/relying party is authorized to proxy.class
Generates and stores a CAS protocol proxy ticket.class
Generates and stores a CAS protocol service ticket.class
Initializes the CAS protocol interaction at the/login
URI.class
Initializes the CAS protocol interaction at the/proxy
URI.class
Initializes the CAS protocol interaction at the/login
URI.class
PopulateProtocolErrorAction<RequestType>
Populates error information needed for protocol error messages.class
PreparesTicketValidationResponse
for use in CAS protocol response views.class
Processes the ticket validation request message from decoded SAML 1.1 message and request parameters.class
PublishProtocolMessageAction<RequestType,
ResponseType> Action to publish the CAS protocol request or response messages, i.e.class
UpdateIdPSessionWithSPSessionAction<RequestType,
ResponseType> Conditionally updates theIdPSession
with aCASSPSession
to support SLO.class
Validates the proxy callback URL provided in the service ticket validation request and creates a PGT when the proxy callback is successfully authenticated.class
Ensures that a service ticket validation request that specifies renew=true matches the renew flag on the ticket that is presented for validation.class
CAS protocol service ticket validation action.class
CAS 1.0 protocol response handler.