Uses of Class
jakarta.enterprise.util.Nonbinding
-
Packages that use Nonbinding Package Description jakarta.batch.api Provides APIs used by Batch artifacts.jakarta.enterprise.concurrent Classes and interfaces that make up the Jakarta Concurrency specification.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.org.infinispan.cdi.remote -
-
Uses of Nonbinding in jakarta.batch.api
Methods in jakarta.batch.api with annotations of type Nonbinding Modifier and Type Method Description Stringname() -
Uses of Nonbinding in jakarta.enterprise.concurrent
Methods in jakarta.enterprise.concurrent with annotations of type Nonbinding Modifier and Type Method Description Stringexecutor()JNDI name of aManagedExecutorServiceorManagedScheduledExecutorServiceupon which to run the asynchronous method. -
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 booleancookieHttpOnly()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.StringcookieHttpOnlyExpression()Jakarta Expression Language expression variant ofcookieHttpOnly().intcookieMaxAgeSeconds()Max age in seconds for the remember me cookie.StringcookieMaxAgeSecondsExpression()Jakarta Expression Language expression variant ofcookieMaxAgeSeconds().StringcookieName()Name of the remember me cookie.booleancookieSecureOnly()Flag to indicate that the remember me cookie should only be sent using a secure protocol (e.g.StringcookieSecureOnlyExpression()Jakarta Expression Language expression variant ofcookieSecureOnly().StringerrorPage()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().booleanisRememberMe()Flag to determine if remember me should be used.StringisRememberMeExpression()Jakarta Expression Language expression to determine if remember me should be used.StringloginPage()The resource (page) a caller should get to see in case the originally requested resource requires authentication, and the caller is currently not authenticated.LoginToContinueloginToContinue()LoginToContinueloginToContinue()booleanuseForwardToLogin()Use a forward to reach the page set by theLoginToContinue.loginPage()if true, otherwise use a redirect.StringuseForwardToLoginExpression()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. -
Uses of Nonbinding in org.infinispan.cdi.remote
Methods in org.infinispan.cdi.remote with annotations of type Nonbinding Modifier and Type Method Description Stringvalue()The remote cache name.
-