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 RefreshableOidcSecurityContextMethods in org.wildfly.security.http.oidc that return types with arguments of type RefreshableOidcSecurityContextModifier and TypeMethodDescriptionOidcCookieTokenStore.getPrincipalFromCookie(OidcClientConfiguration deployment, OidcHttpFacade facade, OidcCookieTokenStore tokenStore) Methods in org.wildfly.security.http.oidc with parameters of type RefreshableOidcSecurityContextModifier and TypeMethodDescriptionvoidOidcCookieTokenStore.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 RefreshableOidcSecurityContextModifier and TypeMethodDescriptionprotected voidRequestAuthenticator.completeBearerAuthentication(OidcPrincipal<RefreshableOidcSecurityContext> principal) protected voidRequestAuthenticator.completeOidcAuthentication(OidcPrincipal<RefreshableOidcSecurityContext> principal) Constructor parameters in org.wildfly.security.http.oidc with type arguments of type RefreshableOidcSecurityContextModifierConstructorDescriptionOidcAccount(OidcPrincipal<RefreshableOidcSecurityContext> principal)