Uses of Interface
org.forgerock.openig.util.Randoms.UrlFriendlyRandomStringGenerator
-
Packages that use Randoms.UrlFriendlyRandomStringGenerator Package Description org.forgerock.openig.filter Filters the requests and/or responses of HTTP.org.forgerock.openig.openam Integration classes specifically for ForgeRock Access Management. -
-
Uses of Randoms.UrlFriendlyRandomStringGenerator in org.forgerock.openig.filter
Constructors in org.forgerock.openig.filter with parameters of type Randoms.UrlFriendlyRandomStringGenerator Constructor Description DataPreservationFilter(String noJavaScriptMessage, int maxContentLength, Randoms.UrlFriendlyRandomStringGenerator randomGenerator)
Creates a newDataPreservationFilter
. -
Uses of Randoms.UrlFriendlyRandomStringGenerator in org.forgerock.openig.openam
Constructors in org.forgerock.openig.openam with parameters of type Randoms.UrlFriendlyRandomStringGenerator Constructor Description CrossDomainSingleSignOnFilter(AmService amService, String clientId, String redirectEndpoint, org.forgerock.openig.http.protocol.CookieBuilder cookieBuilder, Randoms.UrlFriendlyRandomStringGenerator randomGenerator, JwsSignatureVerifier verifier, Clock clock, Handler failureHandler, Expression<Boolean> logoutExpression, String defaultLogoutLandingPage, String authnService)
Creates a new CrossDomainSingleSignOnFilter.
-