Top Interfaces Annotations Enums
[default module]

Package jakarta.security.enterprise.authentication.mechanism.http.openid


Interface Summary

Modifier and TypeInterface and Description
public interface
OpenIdConstant

Contains constant specific to OpenId Connect specification http://openid.net/specs/openid-connect-core-1_0.html

Annotation Summary

Modifier and TypeAnnotation and Description
public @interface
ClaimsDefinition

ClaimsDefinition annotation defines claims mapping in openid connect client configuration.

public @interface
LogoutDefinition

LogoutDefinition annotation defines logout and RP session management configuration in openid connect client.

public @interface
OpenIdProviderMetadata

OpenIdProviderMetadata annotation overrides the openid connect provider's endpoint value, discovered using providerUri.

Enum Summary

Modifier and TypeEnum and Description
public enum
DisplayType

Display specifies how the Authorization Server displays the authentication and consent user interface pages to the End-User.

public enum
PromptType

Prompt specifies whether the Authorization Server prompts the End-User for re-authentication and consent.