org.apache.servicemix.kernel.jaas.config.impl
Class Config

java.lang.Object
  extended by 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.


Constructor Summary
Config()
           
 
Method Summary
 BundleContext getBundleContext()
           
 javax.security.auth.login.AppConfigurationEntry[] getEntries()
           
 Module[] getModules()
           
 java.lang.String getName()
           
 int getRank()
           
 void setBundleContext(BundleContext bundleContext)
           
 void setModules(Module[] modules)
           
 void setName(java.lang.String name)
           
 void setRank(int rank)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Config

public Config()
Method Detail

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.