Uses of Class
org.apache.syncope.common.rest.api.beans.AuthProfileQuery
Packages that use AuthProfileQuery
Package
Description
-
Uses of AuthProfileQuery in org.apache.syncope.common.rest.api.beans
Subclasses with type arguments of type AuthProfileQuery in org.apache.syncope.common.rest.api.beansMethods in org.apache.syncope.common.rest.api.beans that return AuthProfileQueryModifier and TypeMethodDescriptionprotected AuthProfileQueryAuthProfileQuery.Builder.newInstance() -
Uses of AuthProfileQuery in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type AuthProfileQueryModifier and TypeMethodDescriptionorg.apache.syncope.common.lib.to.PagedResult<org.apache.syncope.common.lib.to.AuthProfileTO> AuthProfileService.search(AuthProfileQuery query) Returns a paged list of all AuthProfiles.