-
-
-
class BasicAuthenticationMechanismDefinitionAnnotationLiteral extends jakarta.enterprise.util.AnnotationLiteral<jakarta.security.enterprise.authentication.mechanism.http.BasicAuthenticationMechanismDefinition> implements
Serializable
- serialVersionUID:
- 1L
-
-
class DatabaseIdentityStoreDefinitionAnnotationLiteral extends jakarta.enterprise.util.AnnotationLiteral<jakarta.security.enterprise.identitystore.DatabaseIdentityStoreDefinition> implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
callerQuery
String callerQuery
-
dataSourceLookup
String dataSourceLookup
-
groupsQuery
String groupsQuery
-
hasDeferredExpressions
boolean hasDeferredExpressions
-
hashAlgorithm
Class<? extends jakarta.security.enterprise.identitystore.PasswordHash> hashAlgorithm
-
hashAlgorithmParameters
String[] hashAlgorithmParameters
-
priority
int priority
-
priorityExpression
String priorityExpression
-
useFor
jakarta.security.enterprise.identitystore.IdentityStore.ValidationType[] useFor
-
useForExpression
String useForExpression
-
-
class LdapIdentityStoreDefinitionAnnotationLiteral extends jakarta.enterprise.util.AnnotationLiteral<jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition> implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bindDn
String bindDn
-
bindDnPassword
String bindDnPassword
-
callerBaseDn
String callerBaseDn
-
callerNameAttribute
String callerNameAttribute
-
callerSearchBase
String callerSearchBase
-
callerSearchFilter
String callerSearchFilter
-
callerSearchScope
jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope callerSearchScope
-
callerSearchScopeExpression
String callerSearchScopeExpression
-
groupMemberAttribute
String groupMemberAttribute
-
groupMemberOfAttribute
String groupMemberOfAttribute
-
groupNameAttribute
String groupNameAttribute
-
groupSearchBase
String groupSearchBase
-
groupSearchFilter
String groupSearchFilter
-
groupSearchScope
jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope groupSearchScope
-
groupSearchScopeExpression
String groupSearchScopeExpression
-
hasDeferredExpressions
boolean hasDeferredExpressions
-
maxResults
int maxResults
-
maxResultsExpression
String maxResultsExpression
-
priority
int priority
-
priorityExpression
String priorityExpression
-
readTimeout
int readTimeout
-
readTimeoutExpression
String readTimeoutExpression
-
url
String url
-
useFor
jakarta.security.enterprise.identitystore.IdentityStore.ValidationType[] useFor
-
useForExpression
String useForExpression
-
class LoginToContinueAnnotationLiteral extends jakarta.enterprise.util.AnnotationLiteral<jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue> implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorPage
String errorPage
-
hasDeferredExpressions
boolean hasDeferredExpressions
-
loginPage
String loginPage
-
useForwardToLogin
boolean useForwardToLogin
-
useForwardToLoginExpression
String useForwardToLoginExpression
-
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
accessToken
jakarta.security.enterprise.identitystore.openid.AccessToken accessToken
-
authenticationController
AuthenticationController authenticationController
-
claims
jakarta.json.JsonObject claims
-
configuration
org.glassfish.soteria.mechanisms.openid.domain.OpenIdConfiguration configuration
-
expiresIn
Long expiresIn
-
identityToken
jakarta.security.enterprise.identitystore.openid.IdentityToken identityToken
-
refreshToken
jakarta.security.enterprise.identitystore.openid.RefreshToken refreshToken
-
tokenType
String tokenType
-
userInfoController
UserInfoController userInfoController
-