Class AuthenticationRealm

    • Constructor Detail

      • AuthenticationRealm

        public AuthenticationRealm()
      • AuthenticationRealm

        public AuthenticationRealm​(String name,
                                   String description,
                                   int blockAfterUnsuccessfulLogins,
                                   int blockFor,
                                   RememberMePolicy rememberMePolicy,
                                   int allowForRememberMeDays,
                                   int maxInactivity)
      • AuthenticationRealm

        public AuthenticationRealm​(com.fasterxml.jackson.databind.node.ObjectNode root)
    • Method Detail

      • getBlockAfterUnsuccessfulLogins

        public int getBlockAfterUnsuccessfulLogins()
      • setBlockAfterUnsuccessfulLogins

        public void setBlockAfterUnsuccessfulLogins​(int blockAfterUnsuccessfulLogins)
      • getBlockFor

        public int getBlockFor()
      • setBlockFor

        public void setBlockFor​(int blockFor)
      • getAllowForRememberMeDays

        public int getAllowForRememberMeDays()
      • setAllowForRememberMeDays

        public void setAllowForRememberMeDays​(int allowForRememberMeDays)
      • getMaxInactivity

        public int getMaxInactivity()
      • setMaxInactivity

        public void setMaxInactivity​(int maxInactivity)
      • setRememberMePolicy

        public void setRememberMePolicy​(RememberMePolicy rememberMePolicy)