Uses of Class
org.apache.geronimo.security.GeronimoSecurityException

Packages that use GeronimoSecurityException
org.apache.geronimo.security   
org.apache.geronimo.security.jaas   
org.apache.geronimo.security.jacc   
org.apache.geronimo.security.realm   
org.apache.geronimo.security.realm.providers   
org.apache.geronimo.security.util   
 

Uses of GeronimoSecurityException in org.apache.geronimo.security
 

Methods in org.apache.geronimo.security that throw GeronimoSecurityException
 Collection SecurityServiceMBean.getRealms()
           
 Collection SecurityService.getRealms()
           
 

Uses of GeronimoSecurityException in org.apache.geronimo.security.jaas
 

Methods in org.apache.geronimo.security.jaas that throw GeronimoSecurityException
 Collection LoginService.getRealms()
           
 Collection LoginService.getLoginModules()
           
 Collection LoginServiceMBean.getRealms()
           
 

Uses of GeronimoSecurityException in org.apache.geronimo.security.jacc
 

Methods in org.apache.geronimo.security.jacc that throw GeronimoSecurityException
 void AbstractModuleConfiguration.addRoleMapping(String role, Collection principals)
          Add a mapping from a module's security roles to physical principals.
 void AbstractModuleConfiguration.linkConfiguration(ModuleConfiguration link)
          Creates a relationship between this configuration and another such that they share the same principal-to-role mappings.
 void AbstractModuleConfiguration.delete()
          Causes all policy statements to be deleted from this PolicyConfiguration and sets its internal state such that calling any method, other than delete, getContextID, or inService on the PolicyConfiguration will be rejected and cause an UnsupportedOperationException to be thrown.
 void AbstractModuleConfiguration.commit()
          This method is used to set to "inService" the state of the policy context whose interface is this PolicyConfiguration Object.
 boolean AbstractModuleConfiguration.inService()
          This method is used to determine if the policy context whose interface is this PolicyConfiguration Object is in the "inService" state.
 void ModuleConfiguration.addRoleMapping(String role, Collection principals)
          Add a mapping from a module's security roles to physical principals.
 void ModuleConfiguration.linkConfiguration(ModuleConfiguration link)
          Creates a relationship between this configuration and another such that they share the same principal-to-role mappings.
 void ModuleConfiguration.delete()
          Causes all policy statements to be deleted from this PolicyConfiguration and sets its internal state such that calling any method, other than delete, getContextID, or inService on the PolicyConfiguration will be rejected and cause an UnsupportedOperationException to be thrown.
 void ModuleConfiguration.commit()
          This method is used to set to "inService" the state of the policy context whose interface is this PolicyConfiguration Object.
 boolean ModuleConfiguration.inService()
          This method is used to determine if the policy context whose interface is this PolicyConfiguration Object is in the "inService" state.
 

Constructors in org.apache.geronimo.security.jacc that throw GeronimoSecurityException
AbstractModuleConfiguration(String contextId)
           
EJBModuleConfiguration(String contextId, org.apache.geronimo.xbeans.j2ee.EjbJarType ejbJar, noNamespace.SecurityType security)
           
 

Uses of GeronimoSecurityException in org.apache.geronimo.security.realm
 

Methods in org.apache.geronimo.security.realm that throw GeronimoSecurityException
 Set SecurityRealm.getGroupPrincipals()
           
 Set SecurityRealm.getGroupPrincipals(org.apache.regexp.RE regexExpression)
           
 Set SecurityRealm.getUserPrincipals()
           
 Set SecurityRealm.getUserPrincipals(org.apache.regexp.RE regexExpression)
           
 void SecurityRealm.refresh()
           
 

Uses of GeronimoSecurityException in org.apache.geronimo.security.realm.providers
 

Methods in org.apache.geronimo.security.realm.providers that throw GeronimoSecurityException
 Set KerberosSecurityRealm.getGroupPrincipals()
           
 Set KerberosSecurityRealm.getGroupPrincipals(org.apache.regexp.RE regexExpression)
           
 Set KerberosSecurityRealm.getUserPrincipals()
           
 Set KerberosSecurityRealm.getUserPrincipals(org.apache.regexp.RE regexExpression)
           
 void KerberosSecurityRealm.refresh()
           
 Set SQLSecurityRealm.getGroupPrincipals()
           
 Set SQLSecurityRealm.getGroupPrincipals(org.apache.regexp.RE regexExpression)
           
 Set SQLSecurityRealm.getUserPrincipals()
           
 Set SQLSecurityRealm.getUserPrincipals(org.apache.regexp.RE regexExpression)
           
 void SQLSecurityRealm.refresh()
           
 Set PropertiesFileSecurityRealm.getGroupPrincipals()
           
 Set PropertiesFileSecurityRealm.getGroupPrincipals(org.apache.regexp.RE regexExpression)
           
 Set PropertiesFileSecurityRealm.getUserPrincipals()
           
 Set PropertiesFileSecurityRealm.getUserPrincipals(org.apache.regexp.RE regexExpression)
           
 void PropertiesFileSecurityRealm.refresh()
           
 

Uses of GeronimoSecurityException in org.apache.geronimo.security.util
 

Methods in org.apache.geronimo.security.util that throw GeronimoSecurityException
static void ConfigurationUtil.configure(javax.security.jacc.PolicyConfiguration configuration, org.apache.geronimo.xbeans.j2ee.WebAppType webApp)
          Translate the web deployment descriptors into equivalent security permissions.
static void ConfigurationUtil.configure(javax.security.jacc.PolicyConfiguration configuration, org.apache.geronimo.xbeans.j2ee.EjbJarType ejbJar)
           
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.