Package | Description |
---|---|
org.forgerock.openig.http |
Models and manages elements of the Hypertext Transfer Protocol.
|
org.forgerock.openig.jwt |
Provides JWT capabilities to OpenIG.
|
org.forgerock.openig.servlet |
Integrates with the Java Enterprise Edition Servlet API.
|
Modifier and Type | Field and Description |
---|---|
Session |
Exchange.session
Session context associated with the remote client.
|
Modifier and Type | Method and Description |
---|---|
Session |
SessionFactory.build(Exchange exchange)
Builds a new Session for the given Exchange.
|
Modifier and Type | Class and Description |
---|---|
class |
JwtCookieSession
Represents an OpenIG
Session that will be stored as an encrypted JSON Web Token in a Cookie. |
Modifier and Type | Method and Description |
---|---|
Session |
JwtSessionFactory.build(Exchange exchange) |
Modifier and Type | Class and Description |
---|---|
class |
ServletSession
Exposes the session managed by the servlet container as an exchange session.
|
Copyright © 2014 ForgeRock AS. All rights reserved.