|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.gsi.jndi.ClientFactory
Client factory for Globus GSI. The name of the mechanims should be changed, as GSSAPI specifically appies to Kerberos V5.
| Constructor Summary | |
ClientFactory()
|
|
| Method Summary | |
com.sun.security.sasl.preview.SaslClient |
createSaslClient(String[] mechs,
String authorizationId,
String protocol,
String serverName,
Hashtable props,
CallbackHandler cbh)
|
com.sun.security.sasl.preview.SaslClient |
createSaslClient(String[] mechs,
String authorizationId,
String protocol,
String serverName,
Map props,
CallbackHandler cbh)
|
String[] |
getMechanismNames()
This function is replaced with the above one in the latest RFC. |
String[] |
getMechanismNames(Hashtable props)
Returns an array of names of mechanisms that match the specified mechanism selection policies. |
String[] |
getMechanismNames(Map props)
Returns an array of names of mechanisms that match the specified mechanism selection policies. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClientFactory()
| Method Detail |
public com.sun.security.sasl.preview.SaslClient createSaslClient(String[] mechs,
String authorizationId,
String protocol,
String serverName,
Hashtable props,
CallbackHandler cbh)
throws com.sun.security.sasl.preview.SaslException
com.sun.security.sasl.preview.SaslException
public com.sun.security.sasl.preview.SaslClient createSaslClient(String[] mechs,
String authorizationId,
String protocol,
String serverName,
Map props,
CallbackHandler cbh)
throws com.sun.security.sasl.preview.SaslException
createSaslClient in interface com.sun.security.sasl.preview.SaslClientFactorycom.sun.security.sasl.preview.SaslExceptionpublic String[] getMechanismNames(Map props)
getMechanismNames in interface com.sun.security.sasl.preview.SaslClientFactorypublic String[] getMechanismNames(Hashtable props)
public String[] getMechanismNames()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||