Uses of Class
fedora.server.security.BMechRoleConfig

Packages that use BMechRoleConfig
fedora.server.security   
 

Uses of BMechRoleConfig in fedora.server.security
 

Methods in fedora.server.security that return types with arguments of type BMechRoleConfig
 java.util.SortedMap<java.lang.String,BMechRoleConfig> BESecurityConfig.getBMechConfigs()
          Get the mutable, sorted, PID-keyed map of BMechRoleConfigs.
 

Constructors in fedora.server.security with parameters of type BMechRoleConfig
MethodRoleConfig(BMechRoleConfig bMechConfig, java.lang.String methodName)