- hasExpired(String, long) - Method in class org.picketlink.authentication.web.support.NonceCache
-
- hasPartition(Identity, Class<?>, String...) - Static method in class org.picketlink.authorization.util.AuthorizationUtil
-
Checks if an authenticated user is associated with a partition with the given type and name.
- hasPermission(Identity, Object, Class<?>, Serializable, String) - Static method in class org.picketlink.authorization.util.AuthorizationUtil
-
Checks if the user has permissions to a resource considering an operation.
- hasPermission(Object, String) - Method in interface org.picketlink.Identity
-
Tests if the currently authenticated user has permission to perform the specified operation on
the specified resource.
- hasPermission(Class<?>, Serializable, String) - Method in interface org.picketlink.Identity
-
As above, however this method should be used when a reference to the resource is not available, or
is expensive to retrieve, for example looking up an entity from a relational database.
- hasRedirectWhen(OutboundRedirectConfiguration.Condition) - Method in class org.picketlink.config.http.PathConfiguration
-
- hasRole(Identity, PartitionManager, String) - Static method in class org.picketlink.authorization.util.AuthorizationUtil
-
Checks if an authenticated user is granted with a role with the given name.
- hasValidNonce(Digest, HttpServletRequest) - Method in class org.picketlink.authentication.web.support.NonceCache
-
- header(String, String...) - Method in class org.picketlink.config.http.InboundHeaderConfigurationBuilder
-
Defines a header that will be used to identify requests for a specific path.
- Headers - Annotation Type in org.picketlink.config.http.annotations
-
- http() - Method in class org.picketlink.config.AbstractSecurityConfigurationBuilder
-
- http() - Method in class org.picketlink.config.SecurityConfigurationBuilder
-
Convenience methods to configure HTTP security.
- http() - Method in interface org.picketlink.config.SecurityConfigurationChildBuilder
-
- HTTP_LOGGER - Static variable in interface org.picketlink.log.BaseLog
-
This is the Http logger.
- HTTPAuthenticationScheme - Interface in org.picketlink.authentication.web
-
Defines the methods that should be implemented by classes that provide implementations for the HTTP Authentication Schemes
such as BASIC, FORM, DIGEST and CLIENT-CERT.
- HttpAuthenticationScheme<C extends AuthenticationSchemeConfiguration> - Interface in org.picketlink.http.authentication
-
Basis for the HTTP Authentication Schemes such as BASIC, FORM, DIGEST and CLIENT-CERT.
- HTTPDigestUtil - Class in org.picketlink.authentication.web.support
-
Utility class to support HTTP Digest Authentication
- HTTPDigestUtil() - Constructor for class org.picketlink.authentication.web.support.HTTPDigestUtil
-
- HttpMethod - Enum in org.picketlink.http
-
Defines a enum for the standard Http Methods.
- HttpSecurity - Annotation Type in org.picketlink.config.http.annotations
-
- HttpSecurityBuilder - Class in org.picketlink.config
-
A configuration builder with covenience methods to configure http security features.
- HttpSecurityBuilder(SecurityConfigurationBuilder) - Constructor for class org.picketlink.config.HttpSecurityBuilder
-
- HttpSecurityConfiguration - Class in org.picketlink.config.http
-
Represents the global configuration options for HTTP security.
- HttpSecurityConfiguration(List<PathConfiguration>, FilteringMode) - Constructor for class org.picketlink.config.http.HttpSecurityConfiguration
-
- HttpSecurityConfigurationChildBuilder - Interface in org.picketlink.config.http
-
- HttpSecurityConfigurationException - Exception in org.picketlink.config.http
-
- HttpSecurityConfigurationException(String) - Constructor for exception org.picketlink.config.http.HttpSecurityConfigurationException
-
- HttpSecurityConfigurationException(String, Throwable) - Constructor for exception org.picketlink.config.http.HttpSecurityConfigurationException
-
- validate() - Method in class org.picketlink.config.AbstractSecurityConfigurationBuilder
-
- validate() - Method in class org.picketlink.config.IdentityBeanConfigurationBuilder
-
- validate() - Method in class org.picketlink.config.SecurityConfigurationBuilder
-
- valueOf(String) - Static method in enum org.picketlink.authentication.Authenticator.AuthenticationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.picketlink.authentication.web.AuthenticationFilter.AuthType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.picketlink.config.http.FilteringMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.picketlink.config.http.OutboundRedirectConfiguration.Condition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.picketlink.http.HttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.picketlink.Identity.AuthenticationResult
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.picketlink.authentication.Authenticator.AuthenticationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.picketlink.authentication.web.AuthenticationFilter.AuthType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.picketlink.config.http.FilteringMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.picketlink.config.http.OutboundRedirectConfiguration.Condition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.picketlink.http.HttpMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.picketlink.Identity.AuthenticationResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.