Uses of Class
org.wildfly.security.http.oidc.OidcPrincipal
-
-
Uses of OidcPrincipal in org.wildfly.security.http.oidc
Methods in org.wildfly.security.http.oidc that return OidcPrincipal 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 OidcPrincipal Modifier and Type Method Description protected voidRequestAuthenticator. completeBearerAuthentication(OidcPrincipal<RefreshableOidcSecurityContext> principal)protected voidRequestAuthenticator. completeOidcAuthentication(OidcPrincipal<RefreshableOidcSecurityContext> principal)Constructors in org.wildfly.security.http.oidc with parameters of type OidcPrincipal Constructor Description OidcAccount(OidcPrincipal<RefreshableOidcSecurityContext> principal)
-