Skip navigation links
A C D G I L N O P R S T V 

A

acceptAnyProxy - Variable in class org.pac4j.cas.client.CasClient
 
allowedProxyChains - Variable in class org.pac4j.cas.client.CasClient
 
attributePrincipal - Variable in class org.pac4j.cas.profile.CasProxyProfile
 

C

CasClient - Class in org.pac4j.cas.client
This class is the client to authenticate users on a CAS server.
CasClient() - Constructor for class org.pac4j.cas.client.CasClient
 
CasClient.CasProtocol - Enum in org.pac4j.cas.client
 
CasCredentials - Class in org.pac4j.cas.credentials
This class represents a CAS credentials through a service ticket.
CasCredentials(String, String) - Constructor for class org.pac4j.cas.credentials.CasCredentials
 
casLoginUrl - Variable in class org.pac4j.cas.client.CasClient
 
casPrefixUrl - Variable in class org.pac4j.cas.client.CasClient
 
CasProfile - Class in org.pac4j.cas.profile
This class is the user profile for sites using CAS protocol.
CasProfile() - Constructor for class org.pac4j.cas.profile.CasProfile
 
casProtocol - Variable in class org.pac4j.cas.client.CasClient
 
CasProxyProfile - Class in org.pac4j.cas.profile
This class is the user profile for sites using CAS protocol with proxy capabilities.
CasProxyProfile() - Constructor for class org.pac4j.cas.profile.CasProxyProfile
 
casProxyReceptor - Variable in class org.pac4j.cas.client.CasClient
 
CasProxyReceptor - Class in org.pac4j.cas.client
This class is the CAS proxy receptor.
CasProxyReceptor() - Constructor for class org.pac4j.cas.client.CasProxyReceptor
 
CasSingleSignOutHandler - Class in org.pac4j.cas.logout
This class is the logout handler for the CasClient class based on the SingleSignOutHandler class of the Jasig CAS client.
CasSingleSignOutHandler() - Constructor for class org.pac4j.cas.logout.CasSingleSignOutHandler
Construct an instance.
CasSingleSignOutHandler(SingleSignOutHandler) - Constructor for class org.pac4j.cas.logout.CasSingleSignOutHandler
Deprecated.

D

DEFAULT_REMEMBER_ME_ATTRIBUTE_NAME - Static variable in class org.pac4j.cas.authorization.DefaultCasAuthorizationGenerator
 
DefaultCasAuthorizationGenerator<U extends CommonProfile> - Class in org.pac4j.cas.authorization
Default AuthorizationGenerator implementation for a CasClient which is able to retrieve the isRemembered status from the CAS response and put it in the profile.
DefaultCasAuthorizationGenerator() - Constructor for class org.pac4j.cas.authorization.DefaultCasAuthorizationGenerator
 
DefaultCasAuthorizationGenerator(String) - Constructor for class org.pac4j.cas.authorization.DefaultCasAuthorizationGenerator
 
destroySession(WebContext) - Method in class org.pac4j.cas.logout.CasSingleSignOutHandler
 
destroySession(WebContext) - Method in interface org.pac4j.cas.logout.LogoutHandler
Destroys the current web session for the given CAS logout request.
destroySession(WebContext) - Method in class org.pac4j.cas.logout.NoLogoutHandler
 

G

gateway - Variable in class org.pac4j.cas.client.CasClient
 
generate(U) - Method in class org.pac4j.cas.authorization.DefaultCasAuthorizationGenerator
 
getAllowedProxyChains() - Method in class org.pac4j.cas.client.CasClient
 
getCasLoginUrl() - Method in class org.pac4j.cas.client.CasClient
 
getCasPrefixUrl() - Method in class org.pac4j.cas.client.CasClient
 
getCasProtocol() - Method in class org.pac4j.cas.client.CasClient
 
getCasProxyReceptor() - Method in class org.pac4j.cas.client.CasClient
 
getLogoutHandler() - Method in class org.pac4j.cas.client.CasClient
 
getMechanism() - Method in class org.pac4j.cas.client.CasClient
 
getMechanism() - Method in class org.pac4j.cas.client.CasProxyReceptor
 
getMillisBetweenCleanUps() - Method in class org.pac4j.cas.client.CasProxyReceptor
 
getProxyGrantingTicketStorage() - Method in class org.pac4j.cas.client.CasProxyReceptor
 
getProxyTicketFor(String) - Method in class org.pac4j.cas.profile.CasProxyProfile
Get a proxy ticket for a given service.
getServiceTicket() - Method in class org.pac4j.cas.credentials.CasCredentials
 
getSessionMappingStorage() - Method in class org.pac4j.cas.logout.CasSingleSignOutHandler
 
getTimeTolerance() - Method in class org.pac4j.cas.client.CasClient
 

I

internalInit() - Method in class org.pac4j.cas.client.CasClient
 
internalInit() - Method in class org.pac4j.cas.client.CasProxyReceptor
 
isAcceptAnyProxy() - Method in class org.pac4j.cas.client.CasClient
 
isDirectRedirection() - Method in class org.pac4j.cas.client.CasClient
 
isDirectRedirection() - Method in class org.pac4j.cas.client.CasProxyReceptor
 
isGateway() - Method in class org.pac4j.cas.client.CasClient
 
isLogoutRequest(WebContext) - Method in class org.pac4j.cas.logout.CasSingleSignOutHandler
 
isLogoutRequest(WebContext) - Method in interface org.pac4j.cas.logout.LogoutHandler
Defines if this request is a logout one.
isLogoutRequest(WebContext) - Method in class org.pac4j.cas.logout.NoLogoutHandler
 
isRenew() - Method in class org.pac4j.cas.client.CasClient
 
isTokenRequest(WebContext) - Method in class org.pac4j.cas.logout.CasSingleSignOutHandler
 
isTokenRequest(WebContext) - Method in interface org.pac4j.cas.logout.LogoutHandler
Defines if this request is a token one.
isTokenRequest(WebContext) - Method in class org.pac4j.cas.logout.NoLogoutHandler
 

L

logger - Static variable in class org.pac4j.cas.client.CasClient
 
logger - Static variable in class org.pac4j.cas.logout.CasSingleSignOutHandler
 
logoutHandler - Variable in class org.pac4j.cas.client.CasClient
 
LogoutHandler - Interface in org.pac4j.cas.logout
This interface defines how to handle CAS logout request on client side.

N

newClient() - Method in class org.pac4j.cas.client.CasClient
 
newClient() - Method in class org.pac4j.cas.client.CasProxyReceptor
 
NoLogoutHandler - Class in org.pac4j.cas.logout
This class handles logout but does not perform it.
NoLogoutHandler() - Constructor for class org.pac4j.cas.logout.NoLogoutHandler
 

O

org.pac4j.cas.authorization - package org.pac4j.cas.authorization
 
org.pac4j.cas.client - package org.pac4j.cas.client
 
org.pac4j.cas.credentials - package org.pac4j.cas.credentials
 
org.pac4j.cas.logout - package org.pac4j.cas.logout
 
org.pac4j.cas.profile - package org.pac4j.cas.profile
 

P

PARAM_PROXY_GRANTING_TICKET - Static variable in class org.pac4j.cas.client.CasProxyReceptor
 
PARAM_PROXY_GRANTING_TICKET_IOU - Static variable in class org.pac4j.cas.client.CasProxyReceptor
 

R

recordSession(WebContext, String) - Method in class org.pac4j.cas.logout.CasSingleSignOutHandler
 
recordSession(WebContext, String) - Method in interface org.pac4j.cas.logout.LogoutHandler
Associates a token request with the current web session.
recordSession(WebContext, String) - Method in class org.pac4j.cas.logout.NoLogoutHandler
 
renew - Variable in class org.pac4j.cas.client.CasClient
 
retrieveCredentials(WebContext) - Method in class org.pac4j.cas.client.CasClient
Get the credentials from the web context.
retrieveCredentials(WebContext) - Method in class org.pac4j.cas.client.CasProxyReceptor
retrieveRedirectAction(WebContext) - Method in class org.pac4j.cas.client.CasClient
Get the redirection url.
retrieveRedirectAction(WebContext) - Method in class org.pac4j.cas.client.CasProxyReceptor
retrieveUserProfile(CasCredentials, WebContext) - Method in class org.pac4j.cas.client.CasClient
Get the user profile from the credentials.
retrieveUserProfile(CasCredentials, WebContext) - Method in class org.pac4j.cas.client.CasProxyReceptor

S

SERVICE_PARAMETER - Static variable in class org.pac4j.cas.client.CasClient
 
SERVICE_TICKET_PARAMETER - Static variable in class org.pac4j.cas.client.CasClient
 
setAcceptAnyProxy(boolean) - Method in class org.pac4j.cas.client.CasClient
 
setAllowedProxyChains(ProxyList) - Method in class org.pac4j.cas.client.CasClient
 
setCasLoginUrl(String) - Method in class org.pac4j.cas.client.CasClient
 
setCasPrefixUrl(String) - Method in class org.pac4j.cas.client.CasClient
 
setCasProtocol(CasClient.CasProtocol) - Method in class org.pac4j.cas.client.CasClient
 
setCasProxyReceptor(CasProxyReceptor) - Method in class org.pac4j.cas.client.CasClient
 
setGateway(boolean) - Method in class org.pac4j.cas.client.CasClient
 
setLogoutHandler(LogoutHandler) - Method in class org.pac4j.cas.client.CasClient
 
setMillisBetweenCleanUps(int) - Method in class org.pac4j.cas.client.CasProxyReceptor
 
setPrincipal(AttributePrincipal) - Method in class org.pac4j.cas.profile.CasProxyProfile
Store the CAS principal.
setProxyGrantingTicketStorage(ProxyGrantingTicketStorage) - Method in class org.pac4j.cas.client.CasProxyReceptor
 
setRenew(boolean) - Method in class org.pac4j.cas.client.CasClient
 
setSessionMappingStorage(SessionMappingStorage) - Method in class org.pac4j.cas.logout.CasSingleSignOutHandler
 
setTimeTolerance(long) - Method in class org.pac4j.cas.client.CasClient
 

T

ticketValidator - Variable in class org.pac4j.cas.client.CasClient
 
timeTolerance - Variable in class org.pac4j.cas.client.CasClient
 
toString() - Method in class org.pac4j.cas.client.CasClient
 
toString() - Method in class org.pac4j.cas.client.CasProxyReceptor
 
toString() - Method in class org.pac4j.cas.credentials.CasCredentials
 

V

valueOf(String) - Static method in enum org.pac4j.cas.client.CasClient.CasProtocol
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.pac4j.cas.client.CasClient.CasProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G I L N O P R S T V 
Skip navigation links

Copyright © 2015. All Rights Reserved.