@Entity public class OAuthProvider extends Object implements Serializable
Constructor and Description |
---|
OAuthProvider() |
OAuthProvider(String name,
boolean enabled,
String authority,
String issuer,
String clientID,
String jwsAlgorithm,
String jwkSetURL,
String redirectUri,
String secret,
String scope,
String responseType,
String authorizationEndpoint) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthority() |
String |
getAuthorizationEndpoint() |
String |
getClientID() |
int |
getId() |
String |
getIssuer() |
String |
getJwkSetURL() |
String |
getJwsAlgorithm() |
String |
getName() |
String |
getRedirectUri() |
String |
getResponseType() |
String |
getScope() |
String |
getSecret() |
boolean |
isEnabled() |
void |
setAuthority(String authority) |
void |
setAuthorizationEndpoint(String authorizationEndpoint) |
void |
setClientID(String clientID) |
void |
setEnabled(boolean enabled) |
void |
setId(int id) |
void |
setIssuer(String issuer) |
void |
setJwkSetURL(String jwkSetURL) |
void |
setJwsAlgorithm(String jwsAlgorithm) |
void |
setName(String name) |
void |
setRedirectUri(String redirectUri) |
void |
setResponseType(String responseType) |
void |
setScope(String scope) |
void |
setSecret(String secret) |
public int getId()
public void setId(int id)
public String getName()
public void setName(String name)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getIssuer()
public void setIssuer(String issuer)
public String getClientID()
public void setClientID(String clientID)
public String getJwsAlgorithm()
public void setJwsAlgorithm(String jwsAlgorithm)
public String getJwkSetURL()
public void setJwkSetURL(String jwkSetURL)
public String getRedirectUri()
public void setRedirectUri(String redirectUri)
public String getSecret()
public void setSecret(String secret)
public String getAuthority()
public void setAuthority(String authority)
public String getScope()
public void setScope(String scope)
public String getResponseType()
public void setResponseType(String responseType)
public String getAuthorizationEndpoint()
public void setAuthorizationEndpoint(String authorizationEndpoint)
Copyright © 2018 DocDoku. All rights reserved.