org.ogf.graap.wsag.api.security
Class KeystoreLoginContext
java.lang.Object
javax.security.auth.login.LoginContext
org.ogf.graap.wsag.api.security.KeystoreLoginContext
public class KeystoreLoginContext
- extends LoginContext
KeystoreLoginContext
- Author:
- Oliver Waeldrich
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.