@MappedSuperclass public abstract class AbstractClientUri extends AbstractAuthzEntity
| Constructor and Description |
|---|
AbstractClientUri() |
| Modifier and Type | Method and Description |
|---|---|
Client |
getClient()
Get the Client for this state.
|
User |
getOwner()
The owner of this entity.
|
URI |
getUri()
Get the validated client redirection URI.
|
void |
setClient(Client client)
Set a new Client.
|
void |
setUri(URI redirect)
Set a new redirection URI.
|
clone, equals, getCreatedDate, getId, getModifiedDate, hashCode, setCreatedDate, setId, setModifiedDate, toStringpublic final Client getClient()
public final void setClient(Client client)
client - The new Client.public final URI getUri()
public final void setUri(URI redirect)
redirect - The redirection URI.public final User getOwner()
getOwner in class AbstractAuthzEntityCopyright © 2018 krotscheck.net. All rights reserved.