org.apache.geronimo.security.credentialstore
Class DirectConfigurationCredentialStoreImpl
java.lang.Object
org.apache.geronimo.security.credentialstore.DirectConfigurationCredentialStoreImpl
- All Implemented Interfaces:
- CredentialStore
public class DirectConfigurationCredentialStoreImpl
- extends Object
- implements CredentialStore
Hopefully this will only be used for tests where you need to set up a simple credential store
but don't want to set up a login configuration
Fields inherited from interface org.apache.geronimo.security.credentialstore.CredentialStore |
NULL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GBEAN_INFO
public static final GBeanInfo GBEAN_INFO
DirectConfigurationCredentialStoreImpl
public DirectConfigurationCredentialStoreImpl(Map<String,Map<String,Map<String,String>>> subjectInfo,
ClassLoader cl)
throws DeploymentException,
ClassNotFoundException,
NoSuchMethodException,
IllegalAccessException,
InvocationTargetException,
InstantiationException
- Throws:
DeploymentException
ClassNotFoundException
NoSuchMethodException
IllegalAccessException
InvocationTargetException
InstantiationException
getSubject
public Subject getSubject(String realm,
String id)
throws LoginException
- Specified by:
getSubject
in interface CredentialStore
- Throws:
LoginException
getGBeanInfo
public static GBeanInfo getGBeanInfo()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.