Class RoleAndOrigins


  • @Volatile
    public class RoleAndOrigins
    extends Object
    Associates a Role with information about why a user has the role.
    • Constructor Detail

      • RoleAndOrigins

        public RoleAndOrigins​(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode node)
    • Method Detail

      • innate

        public boolean innate()
        Returns true if this role is assigned specifically to the user (has origin "user" as opposed to being inherited from a group).
      • role

        public Role role()