|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HostAuthenticationToken
A HostAuthenticationToken
retains the host information from where
an authentication attempt originates.
Method Summary | |
---|---|
String |
getHost()
Returns the host name of the client from where the authentication attempt originates or if the Shiro environment cannot or chooses not to resolve the hostname to improve performance, this method returns the String representation of the client's IP address. |
Methods inherited from interface org.apache.shiro.authc.AuthenticationToken |
---|
getCredentials, getPrincipal |
Method Detail |
---|
String getHost()
ServletRequest.getRemoteHost()
value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |