Package de.xima.fc

Class CmnConst.Security.Authorization

    • Field Detail

      • AUTHENTICATION_ATTR_PERMANENT_PREFIX

        public static final String AUTHENTICATION_ATTR_PERMANENT_PREFIX
        Prefix for permanent authentication attributes of a user profile. Permanent authentication attributes won't be removed on user profile refresh.
      • AUTHENTICATION_ATTR_AUTHENTICATION_CLIENT

        public static final String AUTHENTICATION_ATTR_AUTHENTICATION_CLIENT
      • AUTHENTICATION_ATTR_AUTHENTICATION_TARGET

        public static final String AUTHENTICATION_ATTR_AUTHENTICATION_TARGET
      • AUTHENTICATION_ATTR_USER_PROFILE

        public static final String AUTHENTICATION_ATTR_USER_PROFILE
      • AUTHENTICATION_ATTR_CLIENT_AUTHORIZATIONS

        public static final String AUTHENTICATION_ATTR_CLIENT_AUTHORIZATIONS
      • AUTHENTICATION_ATTR_MULTI_FACTOR_AUTHENTICATION_TOKEN

        public static final String AUTHENTICATION_ATTR_MULTI_FACTOR_AUTHENTICATION_TOKEN
      • AUTHENTICATION_ATTR_MULTI_FACTOR_AUTHENTICATION_TOKEN_EXPIRE_INSTANT

        public static final String AUTHENTICATION_ATTR_MULTI_FACTOR_AUTHENTICATION_TOKEN_EXPIRE_INSTANT
      • AUTHENTICATION_ATTR_MULTI_FACTOR_AUTHENTICATED

        public static final String AUTHENTICATION_ATTR_MULTI_FACTOR_AUTHENTICATED
      • AUTHENTICATION_ATTR_PERMISSIONS

        public static final String AUTHENTICATION_ATTR_PERMISSIONS
      • AUTHENTICATION_ATTR_CLIENT_INVITATION_UUID

        public static final String AUTHENTICATION_ATTR_CLIENT_INVITATION_UUID
        Authentication attribute for pac4j user profiles that specifies an extra direct client authorization by its invitation UUID that the user is supposed to have. This authorization is independent from user profiles and is used for giving users access to a test client in the CLOUD. The access lasts only as long as the HTTP session or until the registration token of the direct client authorization is expired.
    • Constructor Detail

      • Authorization

        public Authorization()