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. groupSearchFieldsprotected Map<String,UserManager.MatchType>UserManagerImpl. groupSearchFieldsMap<String,UserManager.MatchType>UserManagerDescriptor. userSearchFieldsprotected Map<String,UserManager.MatchType>UserManagerImpl. userSearchFieldsMethods in org.nuxeo.ecm.platform.usermanager that return UserManager.MatchType Modifier and Type Method Description static UserManager.MatchTypeUserManager.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 QueryBuilderUserManagerImpl. getQueryForPattern(String pattern, String dirName, Map<String,UserManager.MatchType> searchFields, OrderByExpr orderBy)voidFakeUserManagerImpl. setGroupSearchFields(Map<String,UserManager.MatchType> groupSearchFields)voidFakeUserManagerImpl. setUserSearchFields(Map<String,UserManager.MatchType> userSearchFields)
-