|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.security.krb5.KerberosTokenGenerator
public class KerberosTokenGenerator
DOCUMENT ME!
Constructor Summary | |
---|---|
KerberosTokenGenerator()
Creates a new KerberosTokenGenerator object. |
Method Summary | |
---|---|
void |
init(java.util.Map config)
Invokes the KerberosTokenConsumer with a Map set of objects listed: SUBJECT= Input JAAS Subject that may or may not contain credentials SERVICE_NAME = String principal Name of the Service WRAPPED = Indications if this is to be an AP_REQ Token(Integer 0) or a GSS Token(Integer 1) CLIENT_NAME = String principal Name of the Service CLIENTPASSWORD = String Service password, required is using JAAS REALM_NAME = String REALM name CLIENTLOGINCONF = JAAS Login Configuration File URL |
void |
invoke(java.util.Map context)
|
void |
setUseSubjectCredsOnly(boolean setUseSubjectCreds)
Forces the context to use the provided subject for the credentials |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KerberosTokenGenerator()
Method Detail |
---|
public void init(java.util.Map config) throws java.lang.Exception
config
- including the objects listed.
java.lang.IllegalStateException
java.lang.Exception
public void invoke(java.util.Map context) throws java.lang.Exception
context
- Map context will contain the object within this class after a successful invocation.
java.lang.IllegalStateException
java.lang.Exception
public void setUseSubjectCredsOnly(boolean setUseSubjectCreds)
setUseSubjectCreds
- Boolean default equals false
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |