public class UserProfileConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UserProfileConfiguration.ProfileProperty |
static class |
UserProfileConfiguration.UpdateStrategy |
static class |
UserProfileConfiguration.UserProfileConfigurationBuilder |
| Modifier and Type | Method and Description |
|---|---|
static UserProfileConfiguration.UserProfileConfigurationBuilder |
create() |
boolean |
doesUrlMatchTheProfileUriPattern(String url) |
String |
extractUserIdFromProfileUri(String url) |
Map<String,UserProfileConfiguration.ProfileProperty> |
getProfileProperties() |
String |
getRolePattern() |
String |
getRoleProfilesRoot() |
boolean |
isAllowedProfileProperty(String fieldName) |
public static UserProfileConfiguration.UserProfileConfigurationBuilder create()
public Map<String,UserProfileConfiguration.ProfileProperty> getProfileProperties()
public boolean isAllowedProfileProperty(String fieldName)
public boolean doesUrlMatchTheProfileUriPattern(String url)
public String getRoleProfilesRoot()
public String getRolePattern()
Copyright © 2016–2019. All rights reserved.