Class UserProfileConfiguration


  • public class UserProfileConfiguration
    extends java.lang.Object
    Encapsulates the information, which are used to create and update profiles. This contains mainly the mapping of http request headers to profile attributes.
    Author:
    https://github.com/floriankammermann [Florian Kammermann] on 02.07.2015
    • Method Detail

      • isAllowedProfileProperty

        public boolean isAllowedProfileProperty​(java.lang.String fieldName)
      • doesUrlMatchTheProfileUriPattern

        public boolean doesUrlMatchTheProfileUriPattern​(java.lang.String url)
      • extractUserIdFromProfileUri

        public java.lang.String extractUserIdFromProfileUri​(java.lang.String url)
      • getRoleProfilesRoot

        public java.lang.String getRoleProfilesRoot()
      • getRolePattern

        public java.lang.String getRolePattern()