|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HostUnauthorizedException | |
|---|---|
| org.jsecurity.mgt | Provides the master SecurityManager interface and a default implementation
hierarchy for managing all aspects of JSecurity's functionality in an application. |
| org.jsecurity.session | Components related to managing sessions, the time-based data contexts in which a Subject interacts with an application. |
| org.jsecurity.session.mgt | SessionManager components supporting enterprise session management. |
| org.jsecurity.web.session | Components supporting Session management in web-enabled applications. |
| Uses of HostUnauthorizedException in org.jsecurity.mgt |
|---|
| Methods in org.jsecurity.mgt that throw HostUnauthorizedException | |
|---|---|
Session |
SessionsSecurityManager.start(InetAddress hostAddress)
|
| Uses of HostUnauthorizedException in org.jsecurity.session |
|---|
| Methods in org.jsecurity.session that throw HostUnauthorizedException | |
|---|---|
Session |
SessionFactory.start(InetAddress hostAddress)
Starts a new session within the system for the host with the specified originating IP address. |
| Uses of HostUnauthorizedException in org.jsecurity.session.mgt |
|---|
| Methods in org.jsecurity.session.mgt that throw HostUnauthorizedException | |
|---|---|
protected Session |
AbstractValidatingSessionManager.createSession(InetAddress originatingHost)
|
protected abstract Session |
AbstractSessionManager.createSession(InetAddress originatingHost)
|
protected abstract Session |
AbstractValidatingSessionManager.doCreateSession(InetAddress originatingHost)
|
Serializable |
SessionManager.start(InetAddress originatingHost)
Starts a new session within the system for the host with the specified originating IP address. |
Serializable |
AbstractSessionManager.start(InetAddress originatingHost)
|
| Uses of HostUnauthorizedException in org.jsecurity.web.session |
|---|
| Methods in org.jsecurity.web.session that throw HostUnauthorizedException | |
|---|---|
protected Session |
ServletContainerSessionManager.createSession(InetAddress originatingHost)
|
Serializable |
DefaultWebSessionManager.start(InetAddress hostAddress)
|
protected void |
DefaultWebSessionManager.validateSessionOrigin(ServletRequest request,
Session session)
|
|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||