Uses of Class
org.wildfly.security.http.oidc.RefreshableOidcSecurityContext
-
-
Uses of RefreshableOidcSecurityContext in org.wildfly.security.http.oidc
Methods in org.wildfly.security.http.oidc that return RefreshableOidcSecurityContext Modifier and Type Method Description RefreshableOidcSecurityContextOidcAccount. getOidcSecurityContext()Methods in org.wildfly.security.http.oidc that return types with arguments of type RefreshableOidcSecurityContext Modifier and Type Method Description static OidcPrincipal<RefreshableOidcSecurityContext>OidcCookieTokenStore. getPrincipalFromCookie(OidcClientConfiguration deployment, OidcHttpFacade facade, OidcCookieTokenStore tokenStore)Methods in org.wildfly.security.http.oidc with parameters of type RefreshableOidcSecurityContext Modifier and Type Method Description voidOidcCookieTokenStore. refreshCallback(RefreshableOidcSecurityContext securityContext)voidOidcSessionTokenStore. refreshCallback(RefreshableOidcSecurityContext securityContext)voidOidcTokenStore. refreshCallback(RefreshableOidcSecurityContext securityContext)Callback invoked after a successful token refresh.static voidOidcCookieTokenStore. setTokenCookie(OidcClientConfiguration deployment, OidcHttpFacade facade, RefreshableOidcSecurityContext session)Method parameters in org.wildfly.security.http.oidc with type arguments of type RefreshableOidcSecurityContext Modifier and Type Method Description protected voidRequestAuthenticator. completeBearerAuthentication(OidcPrincipal<RefreshableOidcSecurityContext> principal)protected voidRequestAuthenticator. completeOidcAuthentication(OidcPrincipal<RefreshableOidcSecurityContext> principal)Constructor parameters in org.wildfly.security.http.oidc with type arguments of type RefreshableOidcSecurityContext Constructor Description OidcAccount(OidcPrincipal<RefreshableOidcSecurityContext> principal)
-