Cheetah
OAuth2\Server Member List

This is the complete list of members for OAuth2\Server, including all inherited members.

$authorizeControllerOAuth2\Serverprotected
$clientAssertionTypeOAuth2\Serverprotected
$configOAuth2\Serverprotected
$grantTypesOAuth2\Serverprotected
$resourceControllerOAuth2\Serverprotected
$responseOAuth2\Serverprotected
$responseTypeMapOAuth2\Serverprotected
$responseTypesOAuth2\Serverprotected
$scopeUtilOAuth2\Serverprotected
$storageMapOAuth2\Serverprotected
$storagesOAuth2\Serverprotected
$tokenControllerOAuth2\Serverprotected
$tokenTypeOAuth2\Serverprotected
$userInfoControllerOAuth2\Serverprotected
__construct($storage=array(), array $config=array(), array $grantTypes=array(), array $responseTypes=array(), TokenTypeInterface $tokenType=null, ScopeInterface $scopeUtil=null, ClientAssertionTypeInterface $clientAssertionType=null)OAuth2\Server
addGrantType(GrantTypeInterface $grantType, $identifier=null)OAuth2\Server
addResponseType(ResponseTypeInterface $responseType, $key=null)OAuth2\Server
addStorage($storage, $key=null)OAuth2\Server
createDefaultAccessTokenResponseType()OAuth2\Serverprotected
createDefaultAuthorizeController()OAuth2\Serverprotected
createDefaultIdTokenResponseType()OAuth2\Serverprotected
createDefaultIdTokenTokenResponseType()OAuth2\Serverprotected
createDefaultJwtAccessTokenResponseType()OAuth2\Serverprotected
createDefaultJwtAccessTokenStorage()OAuth2\Serverprotected
createDefaultResourceController()OAuth2\Serverprotected
createDefaultTokenController()OAuth2\Serverprotected
createDefaultUserInfoController()OAuth2\Serverprotected
getAccessTokenData(RequestInterface $request, ResponseInterface $response=null)OAuth2\Server
getAccessTokenResponseType()OAuth2\Serverprotected
getAuthorizeController()OAuth2\Server
getClientAssertionType()OAuth2\Server
getConfig($name, $default=null)OAuth2\Server
getDefaultGrantTypes()OAuth2\Serverprotected
getDefaultResponseTypes()OAuth2\Serverprotected
getDefaultTokenType()OAuth2\Serverprotected
getGrantType($name)OAuth2\Server
getGrantTypes()OAuth2\Server
getIdTokenResponseType()OAuth2\Serverprotected
getIdTokenTokenResponseType()OAuth2\Serverprotected
getResourceController()OAuth2\Server
getResponse()OAuth2\Server
getResponseType($name)OAuth2\Server
getResponseTypes()OAuth2\Server
getScopeUtil()OAuth2\Server
getStorage($name)OAuth2\Server
getStorages()OAuth2\Server
getTokenController()OAuth2\Server
getTokenType()OAuth2\Server
getUserInfoController()OAuth2\Server
grantAccessToken(RequestInterface $request, ResponseInterface $response=null)OAuth2\Server
handleAuthorizeRequest(RequestInterface $request, ResponseInterface $response, $is_authorized, $user_id=null)OAuth2\Server
handleRevokeRequest(RequestInterface $request, ResponseInterface $response=null)OAuth2\Server
handleTokenRequest(RequestInterface $request, ResponseInterface $response=null)OAuth2\Server
handleUserInfoRequest(RequestInterface $request, ResponseInterface $response=null)OAuth2\Server
normalizeResponseType($name)OAuth2\Serverprotected
RESPONSE_TYPE_ACCESS_TOKENOAuth2\Controller\AuthorizeControllerInterface
RESPONSE_TYPE_AUTHORIZATION_CODEOAuth2\Controller\AuthorizeControllerInterface
setAuthorizeController(AuthorizeControllerInterface $authorizeController)OAuth2\Server
setConfig($name, $value)OAuth2\Server
setResourceController(ResourceControllerInterface $resourceController)OAuth2\Server
setScopeUtil($scopeUtil)OAuth2\Server
setTokenController(TokenControllerInterface $tokenController)OAuth2\Server
setUserInfoController(UserInfoControllerInterface $userInfoController)OAuth2\Server
validateAuthorizeRequest(RequestInterface $request, ResponseInterface $response=null)OAuth2\Server
validateOpenIdConnect()OAuth2\Serverprotected
verifyResourceRequest(RequestInterface $request, ResponseInterface $response=null, $scope=null)OAuth2\Server