Uses of Class
org.nuxeo.ecm.platform.usermanager.UserManager.MatchType
-
Packages that use UserManager.MatchType Package Description org.nuxeo.ecm.platform.usermanager -
-
Uses of UserManager.MatchType in org.nuxeo.ecm.platform.usermanager
Fields in org.nuxeo.ecm.platform.usermanager with type parameters of type UserManager.MatchType Modifier and Type Field Description Map<String,UserManager.MatchType>
UserManagerDescriptor. groupSearchFields
protected Map<String,UserManager.MatchType>
UserManagerImpl. groupSearchFields
Map<String,UserManager.MatchType>
UserManagerDescriptor. userSearchFields
protected Map<String,UserManager.MatchType>
UserManagerImpl. userSearchFields
Methods in org.nuxeo.ecm.platform.usermanager that return UserManager.MatchType Modifier and Type Method Description static UserManager.MatchType
UserManager.MatchType. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserManager.MatchType[]
UserManager.MatchType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.nuxeo.ecm.platform.usermanager with type arguments of type UserManager.MatchType Modifier and Type Method Description protected QueryBuilder
UserManagerImpl. getQueryForPattern(String pattern, String dirName, Map<String,UserManager.MatchType> searchFields, OrderByExpr orderBy)
void
FakeUserManagerImpl. setGroupSearchFields(Map<String,UserManager.MatchType> groupSearchFields)
void
FakeUserManagerImpl. setUserSearchFields(Map<String,UserManager.MatchType> userSearchFields)
-