Uses of Class
fedora.server.security.DefaultRoleConfig

Packages that use DefaultRoleConfig
fedora.server.security   
 

Uses of DefaultRoleConfig in fedora.server.security
 

Methods in fedora.server.security that return DefaultRoleConfig
 DefaultRoleConfig BESecurityConfig.getDefaultConfig()
          Get the default role configuration.
 

Methods in fedora.server.security with parameters of type DefaultRoleConfig
 void BESecurityConfig.setDefaultConfig(DefaultRoleConfig config)
          Set the default role configuration.
 

Constructors in fedora.server.security with parameters of type DefaultRoleConfig
BMechRoleConfig(DefaultRoleConfig defaultConfig, java.lang.String pid)