Uses of Class
org.apache.archiva.rest.api.model.UserManagerImplementationInformation

Packages that use UserManagerImplementationInformation
org.apache.archiva.rest.api.model   
org.apache.archiva.rest.api.services   
org.apache.archiva.rest.services   
 

Uses of UserManagerImplementationInformation in org.apache.archiva.rest.api.model
 

Fields in org.apache.archiva.rest.api.model with type parameters of type UserManagerImplementationInformation
private  List<UserManagerImplementationInformation> RedbackImplementationsInformations.userManagerImplementationInformations
           
 

Methods in org.apache.archiva.rest.api.model that return types with arguments of type UserManagerImplementationInformation
 List<UserManagerImplementationInformation> RedbackImplementationsInformations.getUserManagerImplementationInformations()
           
 

Method parameters in org.apache.archiva.rest.api.model with type arguments of type UserManagerImplementationInformation
 void RedbackImplementationsInformations.setUserManagerImplementationInformations(List<UserManagerImplementationInformation> userManagerImplementationInformations)
           
 

Constructor parameters in org.apache.archiva.rest.api.model with type arguments of type UserManagerImplementationInformation
RedbackImplementationsInformations(List<UserManagerImplementationInformation> userManagerImplementationInformations, List<RBACManagerImplementationInformation> rbacManagerImplementationInformations)
           
 

Uses of UserManagerImplementationInformation in org.apache.archiva.rest.api.services
 

Methods in org.apache.archiva.rest.api.services that return types with arguments of type UserManagerImplementationInformation
 List<UserManagerImplementationInformation> RedbackRuntimeConfigurationService.getUserManagerImplementationInformations()
           
 

Uses of UserManagerImplementationInformation in org.apache.archiva.rest.services
 

Methods in org.apache.archiva.rest.services that return types with arguments of type UserManagerImplementationInformation
 List<UserManagerImplementationInformation> DefaultRedbackRuntimeConfigurationService.getUserManagerImplementationInformations()
           
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.