Class ValidateRemoteUser

    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
      • matchExpression

        @Nullable
        private Pattern matchExpression
        A regular expression to apply for acceptance testing.
      • usernameContext

        @Nullable
        private UsernameContext usernameContext
        Username context identifying identity to validate.
    • Constructor Detail

      • ValidateRemoteUser

        public ValidateRemoteUser()
        Constructor.