Class FindRolesRequest

  • All Implemented Interfaces:
    Serializable

    public class FindRolesRequest
    extends PagedRequest
    Represents the search criteria to find a role.
    See Also:
    Serialized Form
    • Constructor Detail

      • FindRolesRequest

        public FindRolesRequest()
    • Method Detail

      • getName

        public String getName()
        The name of the role to search for.
      • getNameMatchMode

        public MatchMode getNameMatchMode()
        The match mode used to compare name. The search is case-insensitive.
      • getDescription

        public String getDescription()
        The description of the role to search for.
      • getGlobal

        @Deprecated
        public Boolean getGlobal()
        Deprecated.
        Whether global roles should be searched for.
      • setName

        public void setName​(String name)
        The name of the role to search for.
      • setNameMatchMode

        public void setNameMatchMode​(MatchMode nameMatchMode)
        The match mode used to compare name. The search is case-insensitive.
      • setDescription

        public void setDescription​(String description)
        The description of the role to search for.
      • setGlobal

        @Deprecated
        public void setGlobal​(Boolean global)
        Deprecated.
        Whether global roles should be searched for.
      • setType

        public void setType​(FindRolesRequest.TypeMatchMode type)
        Indicates which type of roles should be searched for. Usage is mutually exclusive with the deprecated global flag.
      • canEqual

        protected boolean canEqual​(Object other)
        Overrides:
        canEqual in class PagedRequest