Package org.swisspush.gateleen.user
Class UserProfileConfiguration.UserProfileConfigurationBuilder
- java.lang.Object
-
- org.swisspush.gateleen.user.UserProfileConfiguration.UserProfileConfigurationBuilder
-
- Enclosing class:
- UserProfileConfiguration
public static class UserProfileConfiguration.UserProfileConfigurationBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description UserProfileConfigurationBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserProfileConfiguration.UserProfileConfigurationBuilderaddAllowedProfileProperties(String... allowedProfileProperties)UserProfileConfiguration.UserProfileConfigurationBuilderaddProfileProperty(UserProfileConfiguration.ProfileProperty profileProperty)UserProfileConfigurationbuild()UserProfileConfiguration.UserProfileConfigurationBuilderremoveNotAllowedProfileProperties(boolean removeNotAllowedProfileProperties)UserProfileConfiguration.UserProfileConfigurationBuilderrolePattern(String rolePattern)UserProfileConfiguration.UserProfileConfigurationBuilderroleProfilesRoot(String roleProfilesRoot)UserProfileConfiguration.UserProfileConfigurationBuilderuserProfileUriPattern(String userProfileUriPattern)
-
-
-
Method Detail
-
addAllowedProfileProperties
public UserProfileConfiguration.UserProfileConfigurationBuilder addAllowedProfileProperties(String... allowedProfileProperties)
-
removeNotAllowedProfileProperties
public UserProfileConfiguration.UserProfileConfigurationBuilder removeNotAllowedProfileProperties(boolean removeNotAllowedProfileProperties)
-
addProfileProperty
public UserProfileConfiguration.UserProfileConfigurationBuilder addProfileProperty(UserProfileConfiguration.ProfileProperty profileProperty)
-
userProfileUriPattern
public UserProfileConfiguration.UserProfileConfigurationBuilder userProfileUriPattern(String userProfileUriPattern)
-
roleProfilesRoot
public UserProfileConfiguration.UserProfileConfigurationBuilder roleProfilesRoot(String roleProfilesRoot)
-
rolePattern
public UserProfileConfiguration.UserProfileConfigurationBuilder rolePattern(String rolePattern)
-
build
public UserProfileConfiguration build()
-
-