public class ClientInfo extends Object
| Constructor and Description |
|---|
ClientInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
additionalCallbackURL(String callbackURL) |
String |
getActualCallbackURL() |
List<String> |
getAdditionalCallbackURLs() |
String |
getCallbackURL() |
String |
getClientSecret() |
byte[] |
getClientSecretByte() |
String |
getIdTokenSecret() |
byte[] |
getIdTokenSecretByte() |
boolean |
hasMultipleCallbackURL() |
boolean |
isDirectAccessAllowed() |
boolean |
isOctopusClient() |
void |
setCallbackURL(String callbackURL) |
void |
setClientSecret(String clientSecret) |
void |
setDirectAccessAllowed(boolean directAccessAllowed) |
void |
setIdTokenSecret(String idTokenSecret) |
void |
setOctopusClient(boolean octopusClient) |
public String getCallbackURL()
public String getActualCallbackURL()
public void setCallbackURL(String callbackURL)
public boolean hasMultipleCallbackURL()
public void additionalCallbackURL(String callbackURL)
public boolean isOctopusClient()
public void setOctopusClient(boolean octopusClient)
public String getIdTokenSecret()
public byte[] getIdTokenSecretByte()
public void setIdTokenSecret(String idTokenSecret)
public String getClientSecret()
public byte[] getClientSecretByte()
public void setClientSecret(String clientSecret)
public boolean isDirectAccessAllowed()
public void setDirectAccessAllowed(boolean directAccessAllowed)
Copyright © 2014–2019. All rights reserved.