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 boolean
boolean
The auth service URIThe read external roles for user pathThe read permission by IDs pathThe read roles by IDs pathThe authorization client to use when interacting with the auth service.int
hashCode()
void
setAuthUri
(String authUri) The auth service URIvoid
setReadExternalRolesForUserPath
(String readExternalRolesForUserPath) The read external roles for user pathvoid
setReadPermissionsByIdsPath
(String readPermissionsByIdsPath) The read permission by IDs pathvoid
setReadRolesByIdsPath
(String readRolesByIdsPath) The read roles by IDs pathvoid
setServiceClientId
(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 -
getReadExternalRolesForUserPath
The read external roles for user 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 -
setReadExternalRolesForUserPath
The read external roles for user path -
setServiceClientId
The authorization client to use when interacting with the auth service. Default is "adminuserclient" -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-