sun.security.mule.jgss
Class LoginConfigImpl
java.lang.Object
javax.security.auth.login.Configuration
sun.security.mule.jgss.LoginConfigImpl
public class LoginConfigImpl
- extends Configuration
A Configuration implementation especially designed for JGSS.
- Since:
- 1.6
- Author:
- weijun.wang
|
Constructor Summary |
LoginConfigImpl(int caller,
Oid mech)
A new instance of LoginConfigImpl must be created for each login request
since it's only used by a single (caller, mech) pair |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginConfigImpl
public LoginConfigImpl(int caller,
Oid mech)
- A new instance of LoginConfigImpl must be created for each login request
since it's only used by a single (caller, mech) pair
- Parameters:
caller - defined in GSSUtil as CALLER_XXX final fieldsoid - defined in GSSUtil as XXX_MECH_OID final fields
getAppConfigurationEntry
public AppConfigurationEntry[] getAppConfigurationEntry(String name)
- Specified by:
getAppConfigurationEntry in class Configuration
- Parameters:
name - Almost useless, since the (caller, mech) is already passed
into constructor. The only use will be detecting OTHER which
is called in LoginContext
Copyright © 2013. All Rights Reserved.