Interface UserManager


  • public interface UserManager
    This type contains methods to manage a User instances.

    Note that the methods of a UserManager instance that require a User parameter are allowed to assume that such a {User} instance has been obtained through the methods of the same UserManager instance. If this is not the case, then an implementation may throw an unchecked exception to indicate a programming error.