public class DiscoveryResponse extends Object implements Serializable
| Constructor and Description |
|---|
DiscoveryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationServiceUrl() |
String |
getAuthPolicy() |
String |
getEnrollmentPolicyServiceUrl() |
String |
getEnrollmentServiceUrl() |
void |
setAuthenticationServiceUrl(String authenticationServiceUrl) |
void |
setAuthPolicy(String authPolicy) |
void |
setEnrollmentPolicyServiceUrl(String enrollmentPolicyServiceUrl) |
void |
setEnrollmentServiceUrl(String enrollmentServiceUrl) |
public void setAuthenticationServiceUrl(String authenticationServiceUrl)
public String getAuthenticationServiceUrl()
public String getAuthPolicy()
public String getEnrollmentPolicyServiceUrl()
public String getEnrollmentServiceUrl()
public void setAuthPolicy(String authPolicy)
public void setEnrollmentPolicyServiceUrl(String enrollmentPolicyServiceUrl)
public void setEnrollmentServiceUrl(String enrollmentServiceUrl)
Copyright © 2016 WSO2. All rights reserved.