Class ExternalAuthProviderProperties
java.lang.Object
com.broadleafcommerce.adminuser.resource.service.provider.oauth2.ExternalAuthProviderProperties
@ConfigurationProperties(prefix="broadleaf.adminuser.auth-properties")
public class ExternalAuthProviderProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe auth service URIThe read permission by IDs pathThe read roles by IDs pathThe authorization client to use when interacting with the auth service.inthashCode()voidsetAuthUri(String authUri) The auth service URIvoidsetReadPermissionsByIdsPath(String readPermissionsByIdsPath) The read permission by IDs pathvoidsetReadRolesByIdsPath(String readRolesByIdsPath) The read roles by IDs pathvoidsetServiceClientId(String serviceClientId) The authorization client to use when interacting with the auth service.toString()
-
Constructor Details
-
ExternalAuthProviderProperties
public ExternalAuthProviderProperties()
-
-
Method Details
-
getAuthUri
The auth service URI -
getReadRolesByIdsPath
The read roles by IDs path -
getReadPermissionsByIdsPath
The read permission by IDs path -
getServiceClientId
The authorization client to use when interacting with the auth service. Default is "adminuserclient" -
setAuthUri
The auth service URI -
setReadRolesByIdsPath
The read roles by IDs path -
setReadPermissionsByIdsPath
The read permission by IDs path -
setServiceClientId
The authorization client to use when interacting with the auth service. Default is "adminuserclient" -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-