Skip navigation links
A B C D F G H I J L N P R S U V W 

I

IdentityStore - Interface in javax.security.identitystore
IdentityStore is a mechanism for validating a Caller's credentials and accessing a Caller's identity attributes, and would be used by an authentication mechanism, such as the JSR 375 HttpAuthenticationMechanism or the JSR 196 (JASPIC) ServerAuthModule.
IdentityStore.ValidationType - Enum in javax.security.identitystore
Determines the type of validation (operations) that should be done by this store.
IdentityStoreHandler - Interface in javax.security.identitystore
IdentityStoreHandler is a mechanism for validating a Caller's credentials and accessing a Caller's identity attributes using multiple IdentityStores, and would be used by an authentication mechanism, such as the JSR 375 AuthenticationMechanism or the JSR 196 (JASPIC) ServerAuthModule.
INVALID_RESULT - Static variable in class javax.security.identitystore.CredentialValidationResult
 
isAuthenticationRequest() - Method in interface javax.security.authentication.mechanism.http.HttpMessageContext
Checks if the current call to an authentication mechanism is the result from the application calling SecurityContext.authenticate(HttpServletRequest, HttpServletResponse, AuthenticationParameters)
isAuthenticationRequest() - Method in class javax.security.authentication.mechanism.http.HttpMessageContextWrapper
 
isCallerInRole(String) - Method in interface javax.security.SecurityContext
Checks whether the authenticated caller is included in the specified logical application "role".
isCleared() - Method in class javax.security.identitystore.credential.AbstractClearableCredential
 
isCleared() - Method in interface javax.security.identitystore.credential.Credential
Determines whether the credential value has been securely cleared.
isNewAuthentication() - Method in class javax.security.authentication.mechanism.http.AuthenticationParameters
Whether a new authentication dialog is required.
isProtected() - Method in interface javax.security.authentication.mechanism.http.HttpMessageContext
Checks if the currently requested resource is protected or not.
isProtected() - Method in class javax.security.authentication.mechanism.http.HttpMessageContextWrapper
 
isRegisterSession() - Method in interface javax.security.authentication.mechanism.http.HttpMessageContext
Check if the runtime has been asked to register an authentication session duing the current request.
isRegisterSession() - Method in class javax.security.authentication.mechanism.http.HttpMessageContextWrapper
 
isRememberMe() - Method in class javax.security.authentication.mechanism.http.AuthenticationParameters
Whether "remember me" should be used.
isValid() - Method in interface javax.security.identitystore.credential.Credential
Determines whether the credential is valid.
A B C D F G H I J L N P R S U V W 
Skip navigation links

Copyright © 2015–2017. All rights reserved.