Class RolePermissionXmlDTO.OutsideOfRole

    • Constructor Detail

      • OutsideOfRole

        public OutsideOfRole()
      • OutsideOfRole

        public OutsideOfRole​(org.kuali.rice.kim.api.permission.PermissionContract permission,
                             String roleId,
                             boolean populateIds)
    • Method Detail

      • setRoleId

        public void setRoleId​(String roleId)
        Parameters:
        roleId - the roleId to set
      • getRoleNameAndNamespace

        public NameAndNamespacePair getRoleNameAndNamespace()
        Returns:
        the roleNameAndNamespace
      • setRoleNameAndNamespace

        public void setRoleNameAndNamespace​(NameAndNamespacePair roleNameAndNamespace)
        Parameters:
        roleNameAndNamespace - the roleNameAndNamespace to set
      • getRoleName

        public String getRoleName()
        Retrieves the role name from the role-name-and-namespace combo.
        Returns:
        The name of the role that is assigned to the permission, or null if the role-name-and-namespace combo is null.
      • getRoleNamespaceCode

        public String getRoleNamespaceCode()
        Retrieves the role namespace code from the role-name-and-namespace combo.
        Returns:
        The namespace code of the role that is assigned to the permission, or null if the role-name-and-namespace combo is null.