|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
AuthRequest defines the interface to an Authentication Request for a Cafesoft SecurityDomain's Authentication Engine.
| Method Summary | |
CallbackHandler |
getCallbackHandler()
Get the CallbackHandler that is invoked by the LoginContext to interact with the client. |
Iterator |
getCallbackNames()
Get an Iterator of all Callback Value Names |
String |
getCallbackValue(String name)
Get a Callback value for the given Callback name |
String |
getLoginConfigEntryName()
Get the LoginConfigEntry name within the LoginConfiguration against which to authenticate. |
String |
getRemoteAddr()
Returns the Internet Protocol (IP) address of the client that sent the request. |
String |
getRemoteHost()
Returns the fully qualified name of the client that sent the request. |
String |
getSecurityDomainName()
Get the name of the SecurityDomain to which the AuthRequest is directed. |
void |
setCallbackHandler(CallbackHandler callbackHandler)
Set the CallbackHandler that is invoked by the LoginContext to interact with the client. |
| Methods inherited from interface com.cafesoft.cams.auth.AuthRequest |
addCallbackValue, log, setLoginConfigEntryName, setRemoteAddr, setRemoteHost, setSecurityDomainName |
| Method Detail |
public String getRemoteAddr()
public String getRemoteHost()
public String getSecurityDomainName()
public String getLoginConfigEntryName()
public CallbackHandler getCallbackHandler()
public void setCallbackHandler(CallbackHandler callbackHandler)
callbackHandler - the CallbackHandlerpublic String getCallbackValue(String name)
name - the name of the Callback Value
public Iterator getCallbackNames()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||