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

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

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

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

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

Method parameters in org.apache.archiva.rest.api.model with type arguments of type RBACManagerImplementationInformation
 void RedbackImplementationsInformations.setRbacManagerImplementationInformations(List<RBACManagerImplementationInformation> rbacManagerImplementationInformations)
           
 

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

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

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

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

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



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