SYMBOL INDEX (55 symbols across 18 files) FILE: examples/src/Entities/UserEntity.php class UserEntity (line 7) | class UserEntity extends \OAuth2ServerExamples\Entities\UserEntity imple... method getClaims (line 9) | public function getClaims() FILE: examples/src/Repositories/IdentityRepository.php class IdentityRepository (line 7) | class IdentityRepository implements IdentityProviderInterface method getUserEntityByIdentifier (line 9) | public function getUserEntityByIdentifier($identifier) FILE: examples/src/Repositories/ScopeRepository.php class ScopeRepository (line 16) | class ScopeRepository extends \OAuth2ServerExamples\Repositories\ScopeRe... method getScopeEntityByIdentifier (line 21) | public function getScopeEntityByIdentifier($scopeIdentifier) FILE: src/ClaimExtractor.php class ClaimExtractor (line 13) | class ClaimExtractor method __construct (line 23) | public function __construct($claimSets = []) method addClaimSet (line 73) | public function addClaimSet(ClaimSetEntityInterface $claimSet) method getClaimSet (line 92) | public function getClaimSet($scope) method hasClaimSet (line 105) | public function hasClaimSet($scope) method extract (line 117) | public function extract(array $scopes, array $claims) FILE: src/Entities/ClaimSetEntity.php class ClaimSetEntity (line 8) | class ClaimSetEntity implements ClaimSetEntityInterface method __construct (line 14) | public function __construct($scope, array $claims) method getScope (line 20) | public function getScope() method getClaims (line 25) | public function getClaims() FILE: src/Entities/ClaimSetEntityInterface.php type ClaimSetEntityInterface (line 9) | interface ClaimSetEntityInterface extends ClaimSetInterface, ScopeInterface FILE: src/Entities/ClaimSetInterface.php type ClaimSetInterface (line 9) | interface ClaimSetInterface method getClaims (line 14) | public function getClaims(); FILE: src/Entities/ScopeInterface.php type ScopeInterface (line 9) | interface ScopeInterface method getScope (line 14) | public function getScope(); FILE: src/Exception/InvalidArgumentException.php class InvalidArgumentException (line 9) | class InvalidArgumentException extends \Exception FILE: src/IdTokenResponse.php class IdTokenResponse (line 21) | class IdTokenResponse extends BearerTokenResponse method __construct (line 38) | public function __construct( method getBuilder (line 48) | protected function getBuilder(AccessTokenEntityInterface $accessToken,... method getExtraParams (line 72) | protected function getExtraParams(AccessTokenEntityInterface $accessTo... method isOpenIDRequest (line 121) | private function isOpenIDRequest($scopes) FILE: src/Repositories/ClaimSetRepositoryInterface.php type ClaimSetRepositoryInterface (line 9) | interface ClaimSetRepositoryInterface method getClaimSetByScopeIdentifier (line 11) | public function getClaimSetByScopeIdentifier($scopeIdentifier); FILE: src/Repositories/IdentityProviderInterface.php type IdentityProviderInterface (line 12) | interface IdentityProviderInterface extends RepositoryInterface method getUserEntityByIdentifier (line 17) | public function getUserEntityByIdentifier($identifier); FILE: tests/ClaimExtractorTest.php class ClaimExtractorTest (line 9) | class ClaimExtractorTest extends TestCase method testDefaultClaimSetsExist (line 11) | public function testDefaultClaimSetsExist() method testCanAddCustomClaimSet (line 20) | public function testCanAddCustomClaimSet() method testCanNotOverrideDefaultScope (line 30) | public function testCanNotOverrideDefaultScope() method testCanGetClaimSet (line 37) | public function testCanGetClaimSet() method testExtract (line 46) | public function testExtract() FILE: tests/ResponseTypes/IdTokenResponseTest.php class IdTokenResponseTest (line 17) | class IdTokenResponseTest extends TestCase method testGeneratesDefaultHttpResponse (line 22) | public function testGeneratesDefaultHttpResponse($privateKey) method testOpenIDConnectHttpResponse (line 44) | public function testOpenIDConnectHttpResponse($privateKey) method testThrowsRuntimeExceptionWhenMissingClaimSetInterface (line 69) | public function testThrowsRuntimeExceptionWhenMissingClaimSetInterface... method testThrowsRuntimeExceptionWhenMissingIdentifierSetInterface (line 86) | public function testThrowsRuntimeExceptionWhenMissingIdentifierSetInte... method testClaimsGetExtractedFromUserEntity (line 100) | public function testClaimsGetExtractedFromUserEntity($privateKey) method provideCryptKeys (line 130) | public static function provideCryptKeys() method processResponseType (line 168) | private function processResponseType($responseType, $privateKey, arra... FILE: tests/Stubs/IdentityProvider.php class IdentityProvider (line 7) | class IdentityProvider implements IdentityProviderInterface method __construct (line 14) | public function __construct($type = null) method getUserEntityByIdentifier (line 28) | public function getUserEntityByIdentifier($identifier) FILE: tests/Stubs/UserEntity.php class UserEntity (line 9) | class UserEntity implements UserEntityInterface, ClaimSetInterface method __construct (line 13) | public function __construct() method getClaims (line 18) | public function getClaims() FILE: tests/Stubs/UserNoClaimSetEntity.php class UserNoClaimSetEntity (line 8) | class UserNoClaimSetEntity implements UserEntityInterface method __construct (line 12) | public function __construct() FILE: tests/Stubs/UserNoIdentifierEntity.php class UserNoIdentifierEntity (line 7) | class UserNoIdentifierEntity implements ClaimSetInterface method getClaims (line 9) | public function getClaims()