aerogear-security 1.0.1
A C D F G H I L M O R S T V X

A

addFrameOptions(HttpServletResponse) - Method in class org.jboss.aerogear.security.filter.SecureHeadersFilter
 
addLocation(HttpServletResponse) - Method in class org.jboss.aerogear.security.filter.SecureHeadersFilter
 
addStrictTransportSecurity(HttpServletResponse) - Method in class org.jboss.aerogear.security.filter.SecureHeadersFilter
 
AeroGearSecurityException - Exception in org.jboss.aerogear.security.exception
General exception thrown due to an error during the Authentication/Authorization process.
AeroGearSecurityException(HttpStatus) - Constructor for exception org.jboss.aerogear.security.exception.AeroGearSecurityException
Constructs a new AeroGearSecurityException with HTTP status response mapped from the supplied exception at HttpExceptionMapper.
AuthenticationManager<T> - Interface in org.jboss.aerogear.security.auth
A AuthenticationManager executes the basic authentication operations for an entity from the authentication provider Ex: User, SimpleUser
AuthorizationManager - Interface in org.jboss.aerogear.security.authz
Deprecated. 

C

config - Variable in class org.jboss.aerogear.security.filter.SecureHeadersFilter
 
create(T, String) - Method in interface org.jboss.aerogear.security.authz.IdentityManagement
This method creates a new User

D

destroy() - Method in class org.jboss.aerogear.security.filter.SecureHeadersFilter
 
destroy() - Method in class org.jboss.aerogear.security.http.XSSServletFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jboss.aerogear.security.filter.SecureHeadersFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jboss.aerogear.security.http.XSSServletFilter
 

F

findAllByRole(String) - Method in interface org.jboss.aerogear.security.authz.IdentityManagement
Get All the users
findById(long) - Method in interface org.jboss.aerogear.security.authz.IdentityManagement
Find an User by the id specified
findByUsername(String) - Method in interface org.jboss.aerogear.security.authz.IdentityManagement
Find an User by the username specified
frameOptions - Variable in class org.jboss.aerogear.security.filter.SecureHeadersConfig
 

G

getCode() - Method in enum org.jboss.aerogear.security.exception.HttpStatus
 
getFrameOptions() - Method in class org.jboss.aerogear.security.filter.SecureHeadersConfig
 
getLocation() - Method in class org.jboss.aerogear.security.filter.SecureHeadersConfig
 
getLogin() - Method in interface org.jboss.aerogear.security.authz.IdentityManagement
 
getMaxAge() - Method in class org.jboss.aerogear.security.filter.SecureHeadersConfig
 
getMessage() - Method in exception org.jboss.aerogear.security.exception.AeroGearSecurityException
HTTP response message
getMessage() - Method in enum org.jboss.aerogear.security.exception.HttpStatus
 
getParameter(String) - Method in class org.jboss.aerogear.security.http.XSSServletRequestWrapper
 
getParameterValues(String) - Method in class org.jboss.aerogear.security.http.XSSServletRequestWrapper
 
getSecret() - Method in interface org.jboss.aerogear.security.authz.IdentityManagement
 
getStatus() - Method in exception org.jboss.aerogear.security.exception.AeroGearSecurityException
Current HTTP status
grant(String...) - Method in interface org.jboss.aerogear.security.authz.IdentityManagement
This method allows to specify which roles must be assigned to User

H

hasFrameOptions() - Method in class org.jboss.aerogear.security.filter.SecureHeadersConfig
 
hasLocation() - Method in class org.jboss.aerogear.security.filter.SecureHeadersConfig
 
hasMaxAge() - Method in class org.jboss.aerogear.security.filter.SecureHeadersConfig
 
hasRoles(Set<String>) - Method in interface org.jboss.aerogear.security.authz.IdentityManagement
 
HttpExceptionMapper - Class in org.jboss.aerogear.security.exception
Deprecated. 
HttpExceptionMapper() - Constructor for class org.jboss.aerogear.security.exception.HttpExceptionMapper
Deprecated.  
HttpStatus - Enum in org.jboss.aerogear.security.exception
 
HttpStatus(String) - Constructor for enum org.jboss.aerogear.security.exception.HttpStatus
 
HttpStatus(String, int) - Constructor for enum org.jboss.aerogear.security.exception.HttpStatus
 

I

IdentityManagement<T> - Interface in org.jboss.aerogear.security.authz
IdentityManagement allows to assign a set of roles to User on Identity Manager provider
IdentityManagement.GrantMethods<T> - Interface in org.jboss.aerogear.security.authz
GrantMethods is a builder to apply roles to User
includeSubDomains - Variable in class org.jboss.aerogear.security.filter.SecureHeadersConfig
 
init(FilterConfig) - Method in class org.jboss.aerogear.security.filter.SecureHeadersFilter
 
init(FilterConfig) - Method in class org.jboss.aerogear.security.http.XSSServletFilter
 
isEmpty(String) - Method in class org.jboss.aerogear.security.filter.SecureHeadersConfig
 

L

location - Variable in class org.jboss.aerogear.security.filter.SecureHeadersConfig
 
LOCATION - Static variable in class org.jboss.aerogear.security.filter.SecureHeadersFilter
 
LoggedUser - Annotation Type in org.jboss.aerogear.security.auth
Represents the current User logged in.
login(T, String) - Method in interface org.jboss.aerogear.security.auth.AuthenticationManager
Logs in the specified User.
logout() - Method in interface org.jboss.aerogear.security.auth.AuthenticationManager
Logs out the specified User from the system.

M

maxAge - Variable in class org.jboss.aerogear.security.filter.SecureHeadersConfig
 
message - Variable in enum org.jboss.aerogear.security.exception.HttpStatus
 

O

org.jboss.aerogear.security.auth - package org.jboss.aerogear.security.auth
 
org.jboss.aerogear.security.authz - package org.jboss.aerogear.security.authz
 
org.jboss.aerogear.security.exception - package org.jboss.aerogear.security.exception
 
org.jboss.aerogear.security.filter - package org.jboss.aerogear.security.filter
 
org.jboss.aerogear.security.http - package org.jboss.aerogear.security.http
 

R

remove(String) - Method in interface org.jboss.aerogear.security.authz.IdentityManagement
Remove an User
Roles - Annotation Type in org.jboss.aerogear.security.auth
Represents the roles available into the system.

S

Secret - Annotation Type in org.jboss.aerogear.security.auth
Represents the generated TOTP secret for the current User logged in.
SecureHeadersConfig - Class in org.jboss.aerogear.security.filter
 
SecureHeadersConfig(FilterConfig) - Constructor for class org.jboss.aerogear.security.filter.SecureHeadersConfig
 
SecureHeadersFilter - Class in org.jboss.aerogear.security.filter
HSTS servlet filter For a detailed explanation please take a look at http://aerogear.org/docs/guides/aerogear-security/
SecureHeadersFilter() - Constructor for class org.jboss.aerogear.security.filter.SecureHeadersFilter
 
SessionId - Annotation Type in org.jboss.aerogear.security.auth
Exposes the session id to the current logged in User.
status - Variable in exception org.jboss.aerogear.security.exception.AeroGearSecurityException
 
status - Variable in enum org.jboss.aerogear.security.exception.HttpStatus
 
STRICT_TRANSPORT_SECURITY - Static variable in class org.jboss.aerogear.security.filter.SecureHeadersFilter
 

T

to(String) - Method in interface org.jboss.aerogear.security.authz.IdentityManagement.GrantMethods
This method applies roles specified on IdentityManagement.grant(String...)
Token - Annotation Type in org.jboss.aerogear.security.auth
Deprecated. 
toResponse(Throwable) - Method in class org.jboss.aerogear.security.exception.HttpExceptionMapper
Deprecated.  
toString() - Method in enum org.jboss.aerogear.security.exception.HttpStatus
 

V

validate(String) - Method in interface org.jboss.aerogear.security.authz.AuthorizationManager
Deprecated. Token validation against authorization provider
valueOf(String) - Static method in enum org.jboss.aerogear.security.exception.HttpStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.aerogear.security.exception.HttpStatus
Returns an array containing the constants of this enum type, in the order they are declared.

X

X_FRAME_OPTIONS - Static variable in class org.jboss.aerogear.security.filter.SecureHeadersFilter
 
XSSServletFilter - Class in org.jboss.aerogear.security.http
XSS mitigation filter
XSSServletFilter() - Constructor for class org.jboss.aerogear.security.http.XSSServletFilter
 
XSSServletRequestWrapper - Class in org.jboss.aerogear.security.http
 
XSSServletRequestWrapper(HttpServletRequest) - Constructor for class org.jboss.aerogear.security.http.XSSServletRequestWrapper
 

A C D F G H I L M O R S T V X
aerogear-security 1.0.1

Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.