org.apache.servicemix.kernel.jaas.config.impl
Class Config
java.lang.Object
org.apache.servicemix.kernel.jaas.config.impl.Config
- All Implemented Interfaces:
- JaasRealm, org.springframework.osgi.context.BundleContextAware
public class Config
- extends java.lang.Object
- implements JaasRealm, org.springframework.osgi.context.BundleContextAware
An implementation of JaasRealm which is created
by the spring namespace handler.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Config
public Config()
getName
public java.lang.String getName()
- Specified by:
getName in interface JaasRealm
setName
public void setName(java.lang.String name)
getRank
public int getRank()
- Specified by:
getRank in interface JaasRealm
setRank
public void setRank(int rank)
getModules
public Module[] getModules()
setModules
public void setModules(Module[] modules)
getBundleContext
public BundleContext getBundleContext()
setBundleContext
public void setBundleContext(BundleContext bundleContext)
- Specified by:
setBundleContext in interface org.springframework.osgi.context.BundleContextAware
getEntries
public javax.security.auth.login.AppConfigurationEntry[] getEntries()
- Specified by:
getEntries in interface JaasRealm
Copyright © 2007-2008 Apache Software Foundation. All Rights Reserved.