Uses of Interface
org.forgerock.openig.jwt.dirty.DirtyListener
-
Packages that use DirtyListener Package Description org.forgerock.openig.jwt Provides JWT capabilities to the Identity Gateway.org.forgerock.openig.jwt.dirty Set of collection delegating classes to observes whenever a Map element is removed. -
-
Uses of DirtyListener in org.forgerock.openig.jwt
Classes in org.forgerock.openig.jwt that implement DirtyListener Modifier and Type Class Description class
JwtCookieSession
Represents an Identity GatewaySession
that will be stored as an encrypted and signed JSON Web Token in a Cookie. -
Uses of DirtyListener in org.forgerock.openig.jwt.dirty
Constructors in org.forgerock.openig.jwt.dirty with parameters of type DirtyListener Constructor 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.
-