Uses of Class
jakarta.enterprise.util.Nonbinding
-
Packages that use Nonbinding Package Description jakarta.enterprise.concurrent Classes and interfaces that make up the Jakarta Concurrency specification.jakarta.faces.annotation jakarta.faces.push jakarta.security.enterprise.authentication.mechanism.http The HTTP authentication mechanism API package.jakarta.transaction Provides the API that defines the contract between the transaction manager and the various parties involved in a distributed transaction namely : resource manager, application, and application server. -
-
Uses of Nonbinding in jakarta.enterprise.concurrent
Methods in jakarta.enterprise.concurrent with annotations of type Nonbinding Modifier and Type Method Description String
executor()
JNDI name of aManagedExecutorService
orManagedScheduledExecutorService
upon which to run the asynchronous method. -
Uses of Nonbinding in jakarta.faces.annotation
Methods in jakarta.faces.annotation with annotations of type Nonbinding Modifier and Type Method Description String
value()
Taken to be the value that is injected into the field.FacesConfig.Version
version()
Deprecated, for removal: This API element is subject to removal in a future version.It has no effect anymore as per Jakarta Faces version 4.0; the actual impl version should be leading. -
Uses of Nonbinding in jakarta.faces.push
Methods in jakarta.faces.push with annotations of type Nonbinding Modifier and Type Method Description String
channel()
(Optional) The name of the push channel. -
Uses of Nonbinding in jakarta.security.enterprise.authentication.mechanism.http
Methods in jakarta.security.enterprise.authentication.mechanism.http with annotations of type Nonbinding Modifier and Type Method Description boolean
cookieHttpOnly()
Flag to indicate that the remember me cookie should not be exposed to client-side scripting code, and should only be sent with HTTP requests.String
cookieHttpOnlyExpression()
Jakarta Expression Language expression variant ofcookieHttpOnly()
.int
cookieMaxAgeSeconds()
Max age in seconds for the remember me cookie.String
cookieMaxAgeSecondsExpression()
Jakarta Expression Language expression variant ofcookieMaxAgeSeconds()
.String
cookieName()
Name of the remember me cookie.boolean
cookieSecureOnly()
Flag to indicate that the remember me cookie should only be sent using a secure protocol (e.g.String
cookieSecureOnlyExpression()
Jakarta Expression Language expression variant ofcookieSecureOnly()
.String
errorPage()
The resource (page) a caller should get to see in case an error, such as providing invalid credentials, occurs on the page set byLoginToContinue.loginPage()
.boolean
isRememberMe()
Flag to determine if remember me should be used.String
isRememberMeExpression()
Jakarta Expression Language expression to determine if remember me should be used.String
loginPage()
The resource (page) a caller should get to see in case the originally requested resource requires authentication, and the caller is currently not authenticated.LoginToContinue
loginToContinue()
LoginToContinue
loginToContinue()
boolean
useForwardToLogin()
Use a forward to reach the page set by theLoginToContinue.loginPage()
if true, otherwise use a redirect.String
useForwardToLoginExpression()
Jakarta Expression Language expression variant ofuseForwardToLogin()
. -
Uses of Nonbinding in jakarta.transaction
Methods in jakarta.transaction with annotations of type Nonbinding Modifier and Type Method Description Class[]
dontRollbackOn()
The dontRollbackOn element can be set to indicate exceptions that must not cause the interceptor to mark the transaction for rollback.Class[]
rollbackOn()
The rollbackOn element can be set to indicate exceptions that must cause the interceptor to mark the transaction for rollback.
-