@Entity public final class AuthenticatorState extends AbstractAuthzEntity
| Constructor and Description |
|---|
AuthenticatorState() |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
getAuthenticator()
Get the authenticator for this state.
|
URI |
getClientRedirect()
Get the validated client redirection URI.
|
SortedMap<String,ApplicationScope> |
getClientScopes()
The list of requested application scopes.
|
String |
getClientState()
Retreive the state received from the client.
|
User |
getOwner()
The owner of this entity.
|
void |
setAuthenticator(Authenticator authenticator)
Set a new authenticator.
|
void |
setClientRedirect(URI clientRedirect)
Set a new redirection URI.
|
void |
setClientScopes(SortedMap<String,ApplicationScope> clientScopes)
Set the list of client scopes.
|
void |
setClientState(String clientState)
Store the state received from the client.
|
clone, equals, getCreatedDate, getId, getModifiedDate, hashCode, setCreatedDate, setId, setModifiedDate, toStringpublic Authenticator getAuthenticator()
public void setAuthenticator(Authenticator authenticator)
authenticator - The new authenticator.public URI getClientRedirect()
public void setClientRedirect(URI clientRedirect)
clientRedirect - The redirection URI.public SortedMap<String,ApplicationScope> getClientScopes()
public void setClientScopes(SortedMap<String,ApplicationScope> clientScopes)
clientScopes - A new list of scopes.public String getClientState()
public User getOwner()
getOwner in class AbstractAuthzEntitypublic void setClientState(String clientState)
clientState - A new client state.Copyright © 2018 krotscheck.net. All rights reserved.