Interface | Description |
---|---|
LogoutExecutionPlan |
This is
LogoutExecutionPlan that describes how various CAS modules
must respond to the CAS logout events. |
LogoutExecutionPlanConfigurer |
This is
LogoutExecutionPlanConfigurer . |
LogoutHandler |
This is
LogoutHandler that knows how to carry out specific operations upon logout events. |
LogoutManager |
A logout manager handles the Single Log Out process.
|
LogoutMessageCreator |
Contract that defines the format of the logout message sent to a client to indicate
that an SSO session has terminated.
|
LogoutRequest |
Identifies a CAS logout request and its properties.
|
SingleLogoutServiceLogoutUrlBuilder |
This is
SingleLogoutServiceLogoutUrlBuilder , which determines
which given endpoint of a registered service must receive logout messages. |
SingleLogoutServiceMessageHandler |
This is
SingleLogoutServiceMessageHandler which defines how a logout message
for a service that supports SLO should be handled. |
Class | Description |
---|---|
DefaultLogoutExecutionPlan |
This is
DefaultLogoutExecutionPlan . |
DefaultLogoutManager |
This logout manager handles the Single Log Out process.
|
DefaultLogoutRequest |
Define a logout request for a service accessed by a user.
|
DefaultSingleLogoutServiceLogoutUrlBuilder |
This is
DefaultSingleLogoutServiceLogoutUrlBuilder which acts on a registered
service to determine how the logout url endpoint should be decided. |
DefaultSingleLogoutServiceMessageHandler |
This is
DefaultSingleLogoutServiceMessageHandler which handles the processing of logout messages
to logout endpoints processed by the logout manager. |
LogoutHttpMessage |
A logout http message that is accompanied by a special content type
and formatting.
|
SamlCompliantLogoutMessageCreator |
A builder that uses the saml standard's
LogoutRequest template in order
to build the logout request. |
Enum | Description |
---|---|
LogoutRequestStatus |
Define the status of a logout request.
|