Class AllowedSchemas<S extends Schema>
java.lang.Object
org.apache.syncope.core.persistence.api.dao.AllowedSchemas<S>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmembership(Group group) booleanmembershipsContains(Group group, String schema) booleanmembershipsContains(Group group, S schema) relationshipType(RelationshipType relationshipType) booleanrelationshipTypesContains(RelationshipType relationshipType, String schema) booleanrelationshipTypesContains(RelationshipType relationshipType, S schema) self()booleanselfContains(String schema) booleanselfContains(S schema)
-
Constructor Details
-
AllowedSchemas
public AllowedSchemas()
-
-
Method Details
-
self
-
membership
-
memberships
-
relationshipType
-
relationshipTypes
-
selfContains
-
selfContains
-
membershipsContains
-
membershipsContains
-
relationshipTypesContains
-
relationshipTypesContains
-