|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthRequest
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 |
|---|
void setRemoteAddr(String address)
address - The new IP address expressed as a Stringvoid setRemoteHost(String host)
host - the host name as a Stringvoid setSecurityDomainName(String securityDomainName)
securityDomainName - KRJvoid setLoginConfigEntryName(String name)
name - the name of the LoginConfigEntry.void addSessionId(SessionId id)
boolean hasSessionIds()
Iterator getSessionIds()
void clearSessionIds()
void addCallbackValue(String name,
String value)
name - the name of the Callback value to be addedvalue - the value to be addedvoid log(Logger logger)
logger - logs data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||