Package | Description |
---|---|
org.forgerock.openig.jwt |
Provides JWT capabilities to OpenIG.
|
org.forgerock.openig.jwt.dirty |
Set of collection delegating classes to observes whenever a Map element is removed.
|
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. |
Constructor and Description |
---|
DirtyCollection(Collection<E> delegate,
DirtyListener listener)
Builds a new DirtyCollection delegating to the given Collection and notifying the provided observer.
|
DirtyIterator(Iterator<E> delegate,
DirtyListener listener)
Builds a new DirtyIterator delegating to the given Iterator and notifying the provided observer.
|
DirtySet(Set<E> set,
DirtyListener listener)
Constructs a new set decorator, wrapping the specified set.
|
Copyright © 2014 ForgeRock AS. All rights reserved.