Uses of Enum Class
org.keycloak.models.OrganizationInvitationModel.Filter
Packages that use OrganizationInvitationModel.Filter
-
Uses of OrganizationInvitationModel.Filter in org.keycloak.models
Methods in org.keycloak.models that return OrganizationInvitationModel.FilterModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static OrganizationInvitationModel.Filter[]OrganizationInvitationModel.Filter.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OrganizationInvitationModel.Filter in org.keycloak.organization
Method parameters in org.keycloak.organization with type arguments of type OrganizationInvitationModel.FilterModifier and TypeMethodDescriptionInvitationManager.getAllStream(OrganizationModel organization, Map<OrganizationInvitationModel.Filter, String> attributes, Integer first, Integer max) Get all invitations for the given organization.