public interface CommonClientSessionModel
Modifier and Type | Interface and Description |
---|---|
static class |
CommonClientSessionModel.Action |
static class |
CommonClientSessionModel.ExecutionStatus |
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
ClientModel |
getClient() |
String |
getProtocol() |
RealmModel |
getRealm() |
String |
getRedirectUri() |
void |
setAction(String action) |
void |
setProtocol(String method) |
void |
setRedirectUri(String uri) |
String getRedirectUri()
void setRedirectUri(String uri)
RealmModel getRealm()
ClientModel getClient()
String getAction()
void setAction(String action)
String getProtocol()
void setProtocol(String method)
Copyright © 2019 JBoss by Red Hat. All rights reserved.