Class AllowedSchemas<S extends Schema>

java.lang.Object
org.apache.syncope.core.persistence.api.dao.AllowedSchemas<S>

public class AllowedSchemas<S extends Schema> extends Object
  • Constructor Details

    • AllowedSchemas

      public AllowedSchemas()
  • Method Details

    • self

      public Set<S> self()
    • membership

      public Set<S> membership(Group group)
    • memberships

      public Map<Group,Set<S>> memberships()
    • relationshipType

      public Set<S> relationshipType(RelationshipType relationshipType)
    • relationshipTypes

      public Map<RelationshipType,Set<S>> relationshipTypes()
    • selfContains

      public boolean selfContains(S schema)
    • selfContains

      public boolean selfContains(String schema)
    • membershipsContains

      public boolean membershipsContains(Group group, S schema)
    • membershipsContains

      public boolean membershipsContains(Group group, String schema)
    • relationshipTypesContains

      public boolean relationshipTypesContains(RelationshipType relationshipType, S schema)
    • relationshipTypesContains

      public boolean relationshipTypesContains(RelationshipType relationshipType, String schema)