C D E G I O S

C

CasAuthenticationException - Exception in org.apache.shiro.cas
 
CasAuthenticationException() - Constructor for exception org.apache.shiro.cas.CasAuthenticationException
 
CasAuthenticationException(String) - Constructor for exception org.apache.shiro.cas.CasAuthenticationException
 
CasAuthenticationException(Throwable) - Constructor for exception org.apache.shiro.cas.CasAuthenticationException
 
CasAuthenticationException(String, Throwable) - Constructor for exception org.apache.shiro.cas.CasAuthenticationException
 
CasFilter - Class in org.apache.shiro.cas
This filter validates the CAS service ticket to authenticate the user.
CasFilter() - Constructor for class org.apache.shiro.cas.CasFilter
 
CasRealm - Class in org.apache.shiro.cas
This realm implementation acts as a CAS client to a CAS server for authentication and basic authorization.
CasRealm() - Constructor for class org.apache.shiro.cas.CasRealm
 
CasSubjectFactory - Class in org.apache.shiro.cas
Subject implementation to be used in CAS-enabled applications.
CasSubjectFactory() - Constructor for class org.apache.shiro.cas.CasSubjectFactory
 
CasToken - Class in org.apache.shiro.cas
This class represents a token for a CAS authentication (service ticket + user id + remember me).
CasToken(String) - Constructor for class org.apache.shiro.cas.CasToken
 
createSubject(SubjectContext) - Method in class org.apache.shiro.cas.CasSubjectFactory
 
createTicketValidator() - Method in class org.apache.shiro.cas.CasRealm
 
createToken(ServletRequest, ServletResponse) - Method in class org.apache.shiro.cas.CasFilter
The token created for this authentication is a CasToken containing the CAS service ticket received on the CAS service url (on which the filter must be configured).

D

DEFAULT_REMEMBER_ME_ATTRIBUTE_NAME - Static variable in class org.apache.shiro.cas.CasRealm
 
DEFAULT_VALIDATION_PROTOCOL - Static variable in class org.apache.shiro.cas.CasRealm
 
doGetAuthenticationInfo(AuthenticationToken) - Method in class org.apache.shiro.cas.CasRealm
Authenticates a user and retrieves its information.
doGetAuthorizationInfo(PrincipalCollection) - Method in class org.apache.shiro.cas.CasRealm
Retrieves the AuthorizationInfo for the given principals (the CAS previously authenticated user : id + attributes).

E

ensureTicketValidator() - Method in class org.apache.shiro.cas.CasRealm
 

G

getCasServerUrlPrefix() - Method in class org.apache.shiro.cas.CasRealm
 
getCasService() - Method in class org.apache.shiro.cas.CasRealm
 
getCredentials() - Method in class org.apache.shiro.cas.CasToken
 
getDefaultPermissions() - Method in class org.apache.shiro.cas.CasRealm
 
getDefaultRoles() - Method in class org.apache.shiro.cas.CasRealm
 
getPermissionAttributeNames() - Method in class org.apache.shiro.cas.CasRealm
 
getPrincipal() - Method in class org.apache.shiro.cas.CasToken
 
getRememberMeAttributeName() - Method in class org.apache.shiro.cas.CasRealm
 
getRoleAttributeNames() - Method in class org.apache.shiro.cas.CasRealm
 
getValidationProtocol() - Method in class org.apache.shiro.cas.CasRealm
 

I

isAccessAllowed(ServletRequest, ServletResponse, Object) - Method in class org.apache.shiro.cas.CasFilter
Returns false to always force authentication (user is never considered authenticated by this filter).
isRememberMe() - Method in class org.apache.shiro.cas.CasToken
 

O

onAccessDenied(ServletRequest, ServletResponse) - Method in class org.apache.shiro.cas.CasFilter
Execute login by creating token and logging subject with this token.
onInit() - Method in class org.apache.shiro.cas.CasRealm
 
onLoginFailure(AuthenticationToken, AuthenticationException, ServletRequest, ServletResponse) - Method in class org.apache.shiro.cas.CasFilter
If login has failed, redirect user to the CAS error page (no ticket or ticket validation failed) except if the user is already authenticated, in which case redirect to the default success url.
onLoginSuccess(AuthenticationToken, Subject, ServletRequest, ServletResponse) - Method in class org.apache.shiro.cas.CasFilter
If login has been successful, redirect user to the original protected url.
org.apache.shiro.cas - package org.apache.shiro.cas
 

S

setCasServerUrlPrefix(String) - Method in class org.apache.shiro.cas.CasRealm
 
setCasService(String) - Method in class org.apache.shiro.cas.CasRealm
 
setDefaultPermissions(String) - Method in class org.apache.shiro.cas.CasRealm
 
setDefaultRoles(String) - Method in class org.apache.shiro.cas.CasRealm
 
setFailureUrl(String) - Method in class org.apache.shiro.cas.CasFilter
 
setPermissionAttributeNames(String) - Method in class org.apache.shiro.cas.CasRealm
 
setRememberMe(boolean) - Method in class org.apache.shiro.cas.CasToken
 
setRememberMeAttributeName(String) - Method in class org.apache.shiro.cas.CasRealm
 
setRoleAttributeNames(String) - Method in class org.apache.shiro.cas.CasRealm
 
setUserId(String) - Method in class org.apache.shiro.cas.CasToken
 
setValidationProtocol(String) - Method in class org.apache.shiro.cas.CasRealm
 

C D E G I O S

Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.