public class ReniecIdaasClient extends Object
| Constructor and Description |
|---|
ReniecIdaasClient(String configFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
addScope(Scope scope) |
void |
cleanScopes() |
Config |
getConfig() |
String |
getLoginUrl() |
String |
getLogoutUri(String redirectPostLogout) |
String |
getState() |
TokenResponse |
getTokens(String code) |
User |
getUserInfo(String accessToken) |
void |
setAcr(Acr acr) |
void |
setLoginHint(String loginHint) |
void |
setMaxAge(Integer maxAge) |
void |
setPrompt(Prompt prompt) |
void |
setRedirectUri(String redirectUri) |
void |
setState(String state) |
public ReniecIdaasClient(String configFile) throws IOException
IOExceptionpublic String getLoginUrl()
public TokenResponse getTokens(String code) throws IOException
IOExceptionpublic User getUserInfo(String accessToken) throws IOException
IOExceptionpublic String getState()
public void setState(String state)
public void setAcr(Acr acr)
public void setPrompt(Prompt prompt)
public void setMaxAge(Integer maxAge)
public void addScope(Scope scope)
public void cleanScopes()
public void setRedirectUri(String redirectUri)
public Config getConfig()
public void setLoginHint(String loginHint)
Copyright © 2018. All rights reserved.