public class GetIssuerParams extends Object
| Constructor and Description |
|---|
GetIssuerParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getOpConfigurationEndpoint()
The openid configuration endpoint URL.
|
String |
getOpDiscoveryPath()
Deprecated in favor of `op_configuration_endpoint`.
|
String |
getOpHost()
Deprecated in favor of `op_configuration_endpoint`.
|
String |
getResource()
Identifier for the target End-User that is the subject of the discovery request.
|
int |
hashCode() |
GetIssuerParams |
opConfigurationEndpoint(String opConfigurationEndpoint) |
GetIssuerParams |
opDiscoveryPath(String opDiscoveryPath) |
GetIssuerParams |
opHost(String opHost) |
GetIssuerParams |
resource(String resource) |
void |
setOpConfigurationEndpoint(String opConfigurationEndpoint) |
void |
setOpDiscoveryPath(String opDiscoveryPath) |
void |
setOpHost(String opHost) |
void |
setResource(String resource) |
String |
toString() |
public GetIssuerParams opConfigurationEndpoint(String opConfigurationEndpoint)
public String getOpConfigurationEndpoint()
public void setOpConfigurationEndpoint(String opConfigurationEndpoint)
public GetIssuerParams opHost(String opHost)
public String getOpHost()
public void setOpHost(String opHost)
public GetIssuerParams opDiscoveryPath(String opDiscoveryPath)
public String getOpDiscoveryPath()
public void setOpDiscoveryPath(String opDiscoveryPath)
public GetIssuerParams resource(String resource)
public String getResource()
public void setResource(String resource)
Copyright © 2021. All rights reserved.