org.apache.geronimo.security
Class SecurityServiceImpl
java.lang.Object
org.apache.geronimo.security.SecurityServiceImpl
- All Implemented Interfaces:
- SecurityService
@GBean
public class SecurityServiceImpl
- extends Object
- implements SecurityService
An MBean that registers the JACC factory and handlers.
- Version:
- $Rev: 809078 $ $Date: 2009-08-29 08:51:12 +0800 (Sat, 29 Aug 2009) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POLICY_INSTALLED
public static boolean POLICY_INSTALLED
CONFIGURE
public static final GeronimoSecurityPermission CONFIGURE
- Permissions that protect access to sensitive security information
SecurityServiceImpl
public SecurityServiceImpl(@ParamSpecial(type=classLoader)
ClassLoader classLoader,
@ParamReference(name="ServerInfo")
ServerInfo serverInfo,
@ParamAttribute(name="policyConfigurationFactory")
String policyConfigurationFactory,
@ParamAttribute(name="policyProvider")
String policyProvider,
@ParamAttribute(name="keyStore")
String keyStore,
@ParamAttribute(name="keyStorePassword")
String keyStorePassword,
@ParamAttribute(name="trustStore")
String trustStore,
@ParamAttribute(name="trustStorePassword")
String trustStorePassword)
throws javax.security.jacc.PolicyContextException,
ClassNotFoundException,
IllegalAccessException,
InstantiationException
- Throws:
javax.security.jacc.PolicyContextException
ClassNotFoundException
IllegalAccessException
InstantiationException
Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.