Package | Description |
---|---|
org.mitre.oauth2.model | |
org.mitre.oauth2.repository | |
org.mitre.oauth2.repository.impl |
Modifier and Type | Method and Description |
---|---|
AuthenticationHolderEntity |
OAuth2AccessTokenEntity.getAuthenticationHolder()
The authentication in place when this token was created.
|
AuthenticationHolderEntity |
AuthorizationCodeEntity.getAuthenticationHolder()
The authentication in place when this token was created.
|
AuthenticationHolderEntity |
OAuth2RefreshTokenEntity.getAuthenticationHolder()
The authentication in place when the original access token was
created
|
AuthenticationHolderEntity |
DeviceCode.getAuthenticationHolder()
The authentication in place when this token was created.
|
Modifier and Type | Method and Description |
---|---|
void |
OAuth2AccessTokenEntity.setAuthenticationHolder(AuthenticationHolderEntity authenticationHolder) |
void |
AuthorizationCodeEntity.setAuthenticationHolder(AuthenticationHolderEntity authenticationHolder) |
void |
OAuth2RefreshTokenEntity.setAuthenticationHolder(AuthenticationHolderEntity authenticationHolder) |
void |
DeviceCode.setAuthenticationHolder(AuthenticationHolderEntity authenticationHolder) |
Constructor and Description |
---|
AuthorizationCodeEntity(String code,
AuthenticationHolderEntity authenticationHolder,
Date expiration)
Create a new AuthorizationCodeEntity with the given code and AuthorizationRequestHolder.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationHolderEntity |
AuthenticationHolderRepository.getById(Long id) |
AuthenticationHolderEntity |
AuthenticationHolderRepository.save(AuthenticationHolderEntity a) |
Modifier and Type | Method and Description |
---|---|
List<AuthenticationHolderEntity> |
AuthenticationHolderRepository.getAll() |
List<AuthenticationHolderEntity> |
AuthenticationHolderRepository.getOrphanedAuthenticationHolders() |
List<AuthenticationHolderEntity> |
AuthenticationHolderRepository.getOrphanedAuthenticationHolders(PageCriteria pageCriteria) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationHolderRepository.remove(AuthenticationHolderEntity a) |
AuthenticationHolderEntity |
AuthenticationHolderRepository.save(AuthenticationHolderEntity a) |
Modifier and Type | Method and Description |
---|---|
AuthenticationHolderEntity |
JpaAuthenticationHolderRepository.getById(Long id) |
AuthenticationHolderEntity |
JpaAuthenticationHolderRepository.save(AuthenticationHolderEntity a) |
Modifier and Type | Method and Description |
---|---|
List<AuthenticationHolderEntity> |
JpaAuthenticationHolderRepository.getAll() |
List<AuthenticationHolderEntity> |
JpaAuthenticationHolderRepository.getOrphanedAuthenticationHolders() |
List<AuthenticationHolderEntity> |
JpaAuthenticationHolderRepository.getOrphanedAuthenticationHolders(PageCriteria pageCriteria) |
Modifier and Type | Method and Description |
---|---|
void |
JpaAuthenticationHolderRepository.remove(AuthenticationHolderEntity a) |
AuthenticationHolderEntity |
JpaAuthenticationHolderRepository.save(AuthenticationHolderEntity a) |
Copyright © 2018. All rights reserved.