메소드 | 설명 | |
---|---|---|
__construct ( $config ) | ||
authenticate ( ) | Authenticates the user based on the current request. | |
checkAuthenticate ( ) | Authenticates the user based on the current request without redirect to login page. | |
getAttributes ( ) : array | null | getAttributes' simple wrapper | |
getCurrentUser ( ) : array | null | Returns information about the currently logged in user. | |
isAuthenticated ( ) : boolean | Checks to see is user is authenticated | |
logout ( $params = [] ) : none | This method is used to logout from CAS | |
user ( ) : array | null | getCurrentUser Alias |
메소드 | 설명 | |
---|---|---|
configureCasClient ( ) | Configure CAS Client | |
configureDebug ( ) | Configure CAS debug | |
configureProxyChain ( ) | Configure Cas Proxy Chain | |
configureSslValidation ( ) | Configure SSL Validation | |
initializeCas ( ) : none | Make PHPCAS Initialization | |
isPretending ( ) | isPretending |
public checkAuthenticate ( ) |
public getAttributes ( ) : array | null | ||
리턴 | array | null |
public getCurrentUser ( ) : array | null | ||
리턴 | array | null |
public isAuthenticated ( ) : boolean | ||
리턴 | boolean |
public logout ( $params = [] ) : none | ||
리턴 | none |