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. principal
Methods in org.wildfly.security.http.oidc that return RefreshableOidcSecurityContext Modifier and Type Method Description RefreshableOidcSecurityContext
OidcAccount. 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)
void
OidcCookieTokenStore. refreshCallback(RefreshableOidcSecurityContext securityContext)
void
OidcSessionTokenStore. refreshCallback(RefreshableOidcSecurityContext securityContext)
void
OidcTokenStore. refreshCallback(RefreshableOidcSecurityContext securityContext)
Callback invoked after a successful token refresh.static void
OidcCookieTokenStore. 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 void
RequestAuthenticator. completeBearerAuthentication(OidcPrincipal<RefreshableOidcSecurityContext> principal)
protected void
RequestAuthenticator. completeOidcAuthentication(OidcPrincipal<RefreshableOidcSecurityContext> principal)
Constructor parameters in org.wildfly.security.http.oidc with type arguments of type RefreshableOidcSecurityContext Constructor Description OidcAccount(OidcPrincipal<RefreshableOidcSecurityContext> principal)
-