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 java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UserProfileConfigurationBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserProfileConfiguration.UserProfileConfigurationBuilderaddAllowedProfileProperties(java.lang.String... allowedProfileProperties)UserProfileConfiguration.UserProfileConfigurationBuilderaddProfileProperty(UserProfileConfiguration.ProfileProperty profileProperty)UserProfileConfigurationbuild()UserProfileConfiguration.UserProfileConfigurationBuilderrolePattern(java.lang.String rolePattern)UserProfileConfiguration.UserProfileConfigurationBuilderroleProfilesRoot(java.lang.String roleProfilesRoot)UserProfileConfiguration.UserProfileConfigurationBuilderuserProfileUriPattern(java.lang.String userProfileUriPattern)
-
-
-
Method Detail
-
addAllowedProfileProperties
public UserProfileConfiguration.UserProfileConfigurationBuilder addAllowedProfileProperties(java.lang.String... allowedProfileProperties)
-
addProfileProperty
public UserProfileConfiguration.UserProfileConfigurationBuilder addProfileProperty(UserProfileConfiguration.ProfileProperty profileProperty)
-
userProfileUriPattern
public UserProfileConfiguration.UserProfileConfigurationBuilder userProfileUriPattern(java.lang.String userProfileUriPattern)
-
roleProfilesRoot
public UserProfileConfiguration.UserProfileConfigurationBuilder roleProfilesRoot(java.lang.String roleProfilesRoot)
-
rolePattern
public UserProfileConfiguration.UserProfileConfigurationBuilder rolePattern(java.lang.String rolePattern)
-
build
public UserProfileConfiguration build()
-
-