public static class UserProfileConfiguration.UserProfileConfigurationBuilder extends Object
| Constructor and Description |
|---|
UserProfileConfigurationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
UserProfileConfiguration.UserProfileConfigurationBuilder |
addAllowedProfileProperties(String... allowedProfileProperties) |
UserProfileConfiguration.UserProfileConfigurationBuilder |
addProfileProperty(UserProfileConfiguration.ProfileProperty profileProperty) |
UserProfileConfiguration |
build() |
UserProfileConfiguration.UserProfileConfigurationBuilder |
rolePattern(String rolePattern) |
UserProfileConfiguration.UserProfileConfigurationBuilder |
roleProfilesRoot(String roleProfilesRoot) |
UserProfileConfiguration.UserProfileConfigurationBuilder |
userProfileUriPattern(String userProfileUriPattern) |
public UserProfileConfiguration.UserProfileConfigurationBuilder addAllowedProfileProperties(String... allowedProfileProperties)
public UserProfileConfiguration.UserProfileConfigurationBuilder addProfileProperty(UserProfileConfiguration.ProfileProperty profileProperty)
public UserProfileConfiguration.UserProfileConfigurationBuilder userProfileUriPattern(String userProfileUriPattern)
public UserProfileConfiguration.UserProfileConfigurationBuilder roleProfilesRoot(String roleProfilesRoot)
public UserProfileConfiguration.UserProfileConfigurationBuilder rolePattern(String rolePattern)
public UserProfileConfiguration build()
Copyright © 2016–2018. All rights reserved.