JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
E
F
G
I
R
S
T
V
A
AbstractGrant
- Class in
com.byeongukchoi.oauth2.server.grant
AbstractGrant abstract class
AbstractGrant()
- Constructor for class com.byeongukchoi.oauth2.server.grant.
AbstractGrant
AccessToken
- Interface in
com.byeongukchoi.oauth2.server.entity
AccessToken interface
AccessTokenRepository
- Interface in
com.byeongukchoi.oauth2.server.repository
AccessTokenRepository interface
AuthorizationCode
- Interface in
com.byeongukchoi.oauth2.server.entity
AuthorizationCode interface
AuthorizationCodeGrant
- Class in
com.byeongukchoi.oauth2.server.grant
AuthorizationCodeGrant
AuthorizationCodeGrant(AuthorizationCodeRepository, AccessTokenRepository, RefreshTokenRepository)
- Constructor for class com.byeongukchoi.oauth2.server.grant.
AuthorizationCodeGrant
AuthorizationCodeRepository
- Interface in
com.byeongukchoi.oauth2.server.repository
AuthorizationCodeRepository interface
AuthorizationRequestDto
- Class in
com.byeongukchoi.oauth2.server.dto
AuthorizationRequestDto
AuthorizationRequestDto()
- Constructor for class com.byeongukchoi.oauth2.server.dto.
AuthorizationRequestDto
C
Client
- Interface in
com.byeongukchoi.oauth2.server.entity
Client interface
ClientRepository
- Interface in
com.byeongukchoi.oauth2.server.repository
ClientRepository interface
com.byeongukchoi.oauth2.server.dto
- package com.byeongukchoi.oauth2.server.dto
com.byeongukchoi.oauth2.server.entity
- package com.byeongukchoi.oauth2.server.entity
com.byeongukchoi.oauth2.server.grant
- package com.byeongukchoi.oauth2.server.grant
com.byeongukchoi.oauth2.server.repository
- package com.byeongukchoi.oauth2.server.repository
E
expireCode(String)
- Method in interface com.byeongukchoi.oauth2.server.repository.
AuthorizationCodeRepository
expireToken(String)
- Method in interface com.byeongukchoi.oauth2.server.repository.
RefreshTokenRepository
F
findByCodeAndClientId(String, String)
- Method in interface com.byeongukchoi.oauth2.server.repository.
AuthorizationCodeRepository
findByTokenAndClientId(String, String)
- Method in interface com.byeongukchoi.oauth2.server.repository.
RefreshTokenRepository
G
getCode()
- Method in interface com.byeongukchoi.oauth2.server.entity.
AuthorizationCode
getNewCode(String, String, String)
- Method in interface com.byeongukchoi.oauth2.server.repository.
AuthorizationCodeRepository
getNewToken()
- Method in interface com.byeongukchoi.oauth2.server.repository.
AccessTokenRepository
getNewToken()
- Method in interface com.byeongukchoi.oauth2.server.repository.
RefreshTokenRepository
getOne(String)
- Method in interface com.byeongukchoi.oauth2.server.repository.
ClientRepository
getToken()
- Method in interface com.byeongukchoi.oauth2.server.entity.
AccessToken
getToken()
- Method in interface com.byeongukchoi.oauth2.server.entity.
RefreshToken
I
isExpired()
- Method in interface com.byeongukchoi.oauth2.server.entity.
AccessToken
isExpired()
- Method in interface com.byeongukchoi.oauth2.server.entity.
AuthorizationCode
isExpired()
- Method in interface com.byeongukchoi.oauth2.server.entity.
RefreshToken
issueToken(AuthorizationRequestDto)
- Method in class com.byeongukchoi.oauth2.server.grant.
AbstractGrant
issueToken(AuthorizationRequestDto)
- Method in class com.byeongukchoi.oauth2.server.grant.
AuthorizationCodeGrant
authorization_code grant_type, client_id, redirect_uri, code, client_secret refresh_token grant_type, client_id, refresh_token, client_secret
issueToken(AuthorizationRequestDto)
- Method in class com.byeongukchoi.oauth2.server.grant.
RefreshTokenGrant
authorization_code grant_type, client_id, redirect_uri, code, client_secret refresh_token grant_type, client_id, refresh_token, client_secret
R
RefreshToken
- Interface in
com.byeongukchoi.oauth2.server.entity
RefreshToken interface
RefreshTokenGrant
- Class in
com.byeongukchoi.oauth2.server.grant
RefreshTokenGrant
RefreshTokenGrant(AccessTokenRepository, RefreshTokenRepository)
- Constructor for class com.byeongukchoi.oauth2.server.grant.
RefreshTokenGrant
RefreshTokenRepository
- Interface in
com.byeongukchoi.oauth2.server.repository
RefreshTokenRepository interface
S
save(AuthorizationCode)
- Method in interface com.byeongukchoi.oauth2.server.repository.
AuthorizationCodeRepository
saveNewToken(AccessToken)
- Method in interface com.byeongukchoi.oauth2.server.repository.
AccessTokenRepository
saveNewToken(RefreshToken)
- Method in interface com.byeongukchoi.oauth2.server.repository.
RefreshTokenRepository
T
TokenDto
- Class in
com.byeongukchoi.oauth2.server.dto
Access Token Kv2gk5ZV3Hpc2En6KGeu0No9CvzcEDl9yM6Q3Qo9c04AAAFzZLkR5w Token Type bearer refresh_token EFTBp9nZvlKhFynuFbaxkh8UHJwLbI7oFhAUhAo9c04AAAFzZLkR5g expires_in 21599 scope profile refresh_token_expires_in 5183999
TokenDto()
- Constructor for class com.byeongukchoi.oauth2.server.dto.
TokenDto
V
verifyClient(String, String)
- Method in interface com.byeongukchoi.oauth2.server.entity.
Client
A
C
E
F
G
I
R
S
T
V
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes