Uses of Class
org.wildfly.security.http.oidc.OidcPrincipal
-
Packages that use OidcPrincipal Package Description org.wildfly.security.http.oidc -
-
Uses of OidcPrincipal in org.wildfly.security.http.oidc
Fields in org.wildfly.security.http.oidc declared as OidcPrincipal Modifier and Type Field Description private OidcPrincipal<RefreshableOidcSecurityContext>
OidcAccount. principal
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 void
RequestAuthenticator. completeBearerAuthentication(OidcPrincipal<RefreshableOidcSecurityContext> principal)
protected void
RequestAuthenticator. completeOidcAuthentication(OidcPrincipal<RefreshableOidcSecurityContext> principal)
private RealmIdentity
OidcSecurityRealm. createRealmIdentity(OidcPrincipal principal)
Constructors in org.wildfly.security.http.oidc with parameters of type OidcPrincipal Constructor Description OidcAccount(OidcPrincipal<RefreshableOidcSecurityContext> principal)
-