@Entity public class AuthenticationHolderEntity extends Object
Modifier and Type | Field and Description |
---|---|
static String |
QUERY_ALL |
static String |
QUERY_GET_UNUSED |
Constructor and Description |
---|
AuthenticationHolderEntity() |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.oauth2.provider.OAuth2Authentication |
getAuthentication() |
Collection<org.springframework.security.core.GrantedAuthority> |
getAuthorities() |
String |
getClientId() |
Map<String,Serializable> |
getExtensions() |
Long |
getId() |
String |
getRedirectUri() |
Map<String,String> |
getRequestParameters() |
Set<String> |
getResourceIds() |
Set<String> |
getResponseTypes() |
Set<String> |
getScope() |
SavedUserAuthentication |
getUserAuth() |
boolean |
isApproved() |
void |
setApproved(boolean approved) |
void |
setAuthentication(org.springframework.security.oauth2.provider.OAuth2Authentication authentication) |
void |
setAuthorities(Collection<org.springframework.security.core.GrantedAuthority> authorities) |
void |
setClientId(String clientId) |
void |
setExtensions(Map<String,Serializable> extensions) |
void |
setId(Long id) |
void |
setRedirectUri(String redirectUri) |
void |
setRequestParameters(Map<String,String> requestParameters) |
void |
setResourceIds(Set<String> resourceIds) |
void |
setResponseTypes(Set<String> responseTypes) |
void |
setScope(Set<String> scope) |
void |
setUserAuth(SavedUserAuthentication userAuth) |
public static final String QUERY_GET_UNUSED
public static final String QUERY_ALL
public AuthenticationHolderEntity()
public org.springframework.security.oauth2.provider.OAuth2Authentication getAuthentication()
public void setAuthentication(org.springframework.security.oauth2.provider.OAuth2Authentication authentication)
public SavedUserAuthentication getUserAuth()
public void setUserAuth(SavedUserAuthentication userAuth)
userAuth
- the userAuth to setpublic Collection<org.springframework.security.core.GrantedAuthority> getAuthorities()
public void setAuthorities(Collection<org.springframework.security.core.GrantedAuthority> authorities)
authorities
- the authorities to setpublic Set<String> getResourceIds()
public void setResourceIds(Set<String> resourceIds)
resourceIds
- the resourceIds to setpublic boolean isApproved()
public void setApproved(boolean approved)
approved
- the approved to setpublic String getRedirectUri()
public void setRedirectUri(String redirectUri)
redirectUri
- the redirectUri to setpublic Set<String> getResponseTypes()
public void setResponseTypes(Set<String> responseTypes)
responseTypes
- the responseTypes to setpublic Map<String,Serializable> getExtensions()
public void setExtensions(Map<String,Serializable> extensions)
extensions
- the extensions to setpublic String getClientId()
public void setClientId(String clientId)
clientId
- the clientId to setpublic Map<String,String> getRequestParameters()
public void setRequestParameters(Map<String,String> requestParameters)
requestParameters
- the requestParameters to setCopyright © 2018. All rights reserved.