org.apache.geronimo.security.credentialstore
Interface CredentialStore

All Known Implementing Classes:
DirectConfigurationCredentialStoreImpl, SimpleCredentialStoreImpl

public interface CredentialStore


Field Summary
static CredentialStore NULL
           
 
Method Summary
 Subject getSubject(String realm, String id)
           
 

Field Detail

NULL

static final CredentialStore NULL
Method Detail

getSubject

Subject getSubject(String realm,
                   String id)
                   throws LoginException
Throws:
LoginException


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