|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.di.api.APIAuthenticator.Ret
public static class APIAuthenticator.Ret
This class holds the status of the authentication. It is exposed as a script bean by the name "ret". Its public member variables "auth", "errordescr" and "errorcode" could be used in the script by the custom authentication process.
| Field Summary | |
|---|---|
boolean |
auth
If this is set to true, it is considered that the provided by the user credentials are authentic. |
java.lang.Object |
errorcode
A general purpose object which string representation will be returned with the thrown AuthenticationException. |
java.lang.String |
errordescr
The description of the error which will be returned with the thrown AuthenticationException. |
| Constructor Summary | |
|---|---|
APIAuthenticator.Ret()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean auth
public java.lang.String errordescr
AuthenticationException.
public java.lang.Object errorcode
AuthenticationException.
| Constructor Detail |
|---|
public APIAuthenticator.Ret()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||