|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InternalAuthRequest
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 |
removeCallbackValue(String name)
Remove a Callback value for the given Callback name. |
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, addSessionId, clearSessionIds, getSessionIds, hasSessionIds, log, setLoginConfigEntryName, setRemoteAddr, setRemoteHost, setSecurityDomainName |
| Method Detail |
|---|
String getRemoteAddr()
String getRemoteHost()
String getSecurityDomainName()
String getLoginConfigEntryName()
CallbackHandler getCallbackHandler()
void setCallbackHandler(CallbackHandler callbackHandler)
callbackHandler - the CallbackHandlerString getCallbackValue(String name)
name - the name of the Callback Value
void removeCallbackValue(String name)
name - the name of the Callback value to remove.Iterator getCallbackNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||