|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.security.auth.callback.WSAuthMechOidCallbackImpl
public class WSAuthMechOidCallbackImpl
The WSAuthMechOidCallbackImpl
gathers the authentication mechanism universal object identifiers (OID)
from the constructor and pass it to the login module. The following list contains the OIDs for each authentication mechanism:
Constructor Summary | |
---|---|
WSAuthMechOidCallbackImpl(java.lang.String prompt)
Construct a WSAuthMechOidCallbackImpl object with a prompt hint. |
|
WSAuthMechOidCallbackImpl(java.lang.String prompt,
java.lang.String authMechOid)
Construct a WSAuthMechOidCallbackImpl object with a prompt hint and
an authentication mechanism OID. |
Method Summary | |
---|---|
java.lang.String |
getAuthMechOid()
Return the authentication mechanism OID. |
java.lang.String |
getdefaultAuthMechOid()
Return the default realm name. |
java.lang.String |
getPrompt()
Return the prompt. |
void |
setAuthMechOid(java.lang.String authMechOid)
Set the authentication mechanism OID. |
java.lang.String |
toString()
Returns the name of the Callback. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WSAuthMechOidCallbackImpl(java.lang.String prompt)
Construct a WSAuthMechOidCallbackImpl
object with a prompt hint.
prompt
- The prompt hint.public WSAuthMechOidCallbackImpl(java.lang.String prompt, java.lang.String authMechOid)
Construct a WSAuthMechOidCallbackImpl
object with a prompt hint and
an authentication mechanism OID.
prompt
- The prompt hint.authMechOid
- The authentication mechanism OID.Method Detail |
---|
public void setAuthMechOid(java.lang.String authMechOid)
Set the authentication mechanism OID.
authMechOid
- The authentication mechanism OID.public java.lang.String getAuthMechOid()
Return the authentication mechanism OID.
null
.public java.lang.String getdefaultAuthMechOid()
Return the default realm name.
null
.public java.lang.String getPrompt()
Return the prompt. If the prompt set in Constructor
is null
, then null
is returned.
null
.public java.lang.String toString()
Returns the name of the Callback. Typically, it is the name of the class.
toString
in class java.lang.Object
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |