org.ogf.graap.wsag.api.security
Class KeystoreLoginContext

java.lang.Object
  extended by javax.security.auth.login.LoginContext
      extended by org.ogf.graap.wsag.api.security.KeystoreLoginContext

public class KeystoreLoginContext
extends LoginContext

KeystoreLoginContext

Author:
Oliver Waeldrich

Constructor Summary
KeystoreLoginContext(KeystoreProperties properties)
          Creates a new login context using the specified keystore properties.
KeystoreLoginContext(WSRFEngineConfigurationType configuration)
          Creates a new login context using the specified WSRF engine configuration.
 
Method Summary
 
Methods inherited from class javax.security.auth.login.LoginContext
getSubject, login, logout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeystoreLoginContext

public KeystoreLoginContext(KeystoreProperties properties)
                     throws LoginException
Creates a new login context using the specified keystore properties.

Parameters:
properties - the keystore properties to use
Throws:
LoginException - failed to login

KeystoreLoginContext

public KeystoreLoginContext(WSRFEngineConfigurationType configuration)
                     throws LoginException
Creates a new login context using the specified WSRF engine configuration.

Parameters:
configuration - the WSRF engine configuration to use
Throws:
LoginException - failed to login


Copyright © 2008-2012. All Rights Reserved.