|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthorizationRequestHolder | |
|---|---|
| org.springframework.security.oauth2.provider.code | |
| Uses of AuthorizationRequestHolder in org.springframework.security.oauth2.provider.code |
|---|
| Fields in org.springframework.security.oauth2.provider.code with type parameters of type AuthorizationRequestHolder | |
|---|---|
protected ConcurrentHashMap<String,AuthorizationRequestHolder> |
InMemoryAuthorizationCodeServices.authorizationCodeStore
|
| Methods in org.springframework.security.oauth2.provider.code that return AuthorizationRequestHolder | |
|---|---|
AuthorizationRequestHolder |
RandomValueAuthorizationCodeServices.consumeAuthorizationCode(String code)
|
AuthorizationRequestHolder |
AuthorizationCodeServices.consumeAuthorizationCode(String code)
Consume a authorization code. |
AuthorizationRequestHolder |
InMemoryAuthorizationCodeServices.remove(String code)
|
protected abstract AuthorizationRequestHolder |
RandomValueAuthorizationCodeServices.remove(String code)
|
AuthorizationRequestHolder |
JdbcAuthorizationCodeServices.remove(String code)
|
| Methods in org.springframework.security.oauth2.provider.code with parameters of type AuthorizationRequestHolder | |
|---|---|
String |
RandomValueAuthorizationCodeServices.createAuthorizationCode(AuthorizationRequestHolder authentication)
|
String |
AuthorizationCodeServices.createAuthorizationCode(AuthorizationRequestHolder authentication)
Create a authorization code for the specified authentications. |
protected void |
InMemoryAuthorizationCodeServices.store(String code,
AuthorizationRequestHolder authentication)
|
protected abstract void |
RandomValueAuthorizationCodeServices.store(String code,
AuthorizationRequestHolder authentication)
|
protected void |
JdbcAuthorizationCodeServices.store(String code,
AuthorizationRequestHolder authentication)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||