public static class UserProfileConfiguration.UserProfileConfigurationBuilder
extends java.lang.Object
| Constructor and Description |
|---|
UserProfileConfigurationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
UserProfileConfiguration.UserProfileConfigurationBuilder |
addAllowedProfileProperties(java.lang.String... allowedProfileProperties) |
UserProfileConfiguration.UserProfileConfigurationBuilder |
addProfileProperty(UserProfileConfiguration.ProfileProperty profileProperty) |
UserProfileConfiguration |
build() |
UserProfileConfiguration.UserProfileConfigurationBuilder |
rolePattern(java.lang.String rolePattern) |
UserProfileConfiguration.UserProfileConfigurationBuilder |
roleProfilesRoot(java.lang.String roleProfilesRoot) |
UserProfileConfiguration.UserProfileConfigurationBuilder |
userProfileUriPattern(java.lang.String userProfileUriPattern) |
public UserProfileConfiguration.UserProfileConfigurationBuilder addAllowedProfileProperties(java.lang.String... allowedProfileProperties)
public UserProfileConfiguration.UserProfileConfigurationBuilder addProfileProperty(UserProfileConfiguration.ProfileProperty profileProperty)
public UserProfileConfiguration.UserProfileConfigurationBuilder userProfileUriPattern(java.lang.String userProfileUriPattern)
public UserProfileConfiguration.UserProfileConfigurationBuilder roleProfilesRoot(java.lang.String roleProfilesRoot)
public UserProfileConfiguration.UserProfileConfigurationBuilder rolePattern(java.lang.String rolePattern)
public UserProfileConfiguration build()