Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.platform.usermanager.UserManager.MatchType

Packages that use UserManager.MatchType
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
 java.util.Map<java.lang.String,UserManager.MatchType> UserManagerDescriptor.userSearchFields
           
 

Methods in org.nuxeo.ecm.platform.usermanager that return UserManager.MatchType
static UserManager.MatchType UserManager.MatchType.valueOf(java.lang.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
 void FakeUserManagerImpl.setUserSearchFields(java.util.Map<java.lang.String,UserManager.MatchType> userSearchFields)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.