Class CmsTwoFactorAuthenticationUserPolicy.UserCheckContext

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getGroupNames()
      Gets the set of names of the groups the user belongs to.
      CmsUser getUser()
      Gets the user.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getGroupNames

        public java.util.Set<java.lang.String> getGroupNames()
                                                      throws CmsException
        Gets the set of names of the groups the user belongs to.
        Returns:
        the set of group names
        Throws:
        CmsException - if initializing the groups fails