Uses of Class
org.wildfly.security.http.oidc.RefreshableOidcSecurityContext
-
Packages that use RefreshableOidcSecurityContext Package Description org.wildfly.security.http.oidc -
-
Uses of RefreshableOidcSecurityContext in org.wildfly.security.http.oidc
Fields in org.wildfly.security.http.oidc with type parameters of type RefreshableOidcSecurityContext Modifier and Type Field Description private OidcPrincipal<RefreshableOidcSecurityContext>OidcAccount. principalMethods 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 private static Set<String>OidcSecurityRealm. getRolesFromSecurityContext(RefreshableOidcSecurityContext session)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)
-