Package org.alfresco.rest.model
Class RestIdentityServiceConfigurationModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestIdentityServiceConfigurationModel
- All Implemented Interfaces:
org.alfresco.utility.model.Model
public class RestIdentityServiceConfigurationModel
extends org.alfresco.utility.model.TestModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRealm()voidsetAuthenticationChain(String authenticationChain) voidsetAuthenticationEnabled(String authenticationEnabled) voidsetAuthServerUrl(String authServerUrl) voidsetCredentialsProvider(String credentialsProvider) voidsetCredentialsSecret(String credentialsSecret) voidsetEnableBasicAuth(String enableBasicAuth) voidsetEnablePkce(String enablePkce) voidsetPublicClient(String publicClient) voidvoidsetResource(String resource) voidsetSslRequired(String sslRequired) Methods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJson, toString
-
Constructor Details
-
RestIdentityServiceConfigurationModel
public RestIdentityServiceConfigurationModel()
-
-
Method Details
-
getAuthenticationChain
-
setAuthenticationChain
-
getAuthenticationEnabled
-
setAuthenticationEnabled
-
getEnableBasicAuth
-
setEnableBasicAuth
-
getAuthServerUrl
-
setAuthServerUrl
-
getRealm
-
setRealm
-
getResource
-
setResource
-
getPublicClient
-
setPublicClient
-
getSslRequired
-
setSslRequired
-
getEnablePkce
-
setEnablePkce
-
getCredentialsSecret
-
setCredentialsSecret
-
getCredentialsProvider
-
setCredentialsProvider
-