|
|||||||||||
| 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 | |
void |
addCallbackValue(String name,
String value)
Add a Callback value to the AuthRequest |
void |
addSessionId(SessionId id)
Add a SessionId to the AuthRequest. |
void |
clearSessionIds()
Clear all SessionId's from the AuthRequest. |
Iterator |
getSessionIds()
Get all SessionId's added to the AccessControlRequest. |
boolean |
hasSessionIds()
Determine if the AuthRequest contains any SessionId's. |
void |
log(Logger logger)
Logs the data contained in this request to the specified logger. |
void |
setLoginConfigEntryName(String name)
Set the LoginContext name within the LoginConfiguration against which to authenticate. |
void |
setRemoteAddr(String address)
Set the Internet Protocol (IP) address of the client that sent the request. |
void |
setRemoteHost(String host)
Set the fully qualified name of the client that sent the request. |
void |
setSecurityDomainName(String securityDomainName)
Set the SecurityDomain name to which the AuthRequest applies. |
| Method Detail |
public void setRemoteAddr(String address)
address - The new IP address expressed as a Stringpublic void setRemoteHost(String host)
host - the host name as a Stringpublic void setSecurityDomainName(String securityDomainName)
securityDomainName - KRJpublic void setLoginConfigEntryName(String name)
name - the name of the LoginConfigEntry.public void addSessionId(SessionId id)
public boolean hasSessionIds()
public Iterator getSessionIds()
public void clearSessionIds()
public void addCallbackValue(String name,
String value)
name - the name of the Callback value to be addedvalue - the value to be addedpublic void log(Logger logger)
logger - logs data
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||