aerogear-security-picketbox 1.0.0.M1
A C E G H I J L O P R S T U V

A

AeroGearCredentialImpl - Class in org.jboss.aerogear.security.picketbox.idm
Represents the current logged in Credential
AeroGearCredentialImpl() - Constructor for class org.jboss.aerogear.security.picketbox.idm.AeroGearCredentialImpl
 
AuthenticationKeyProviderImpl - Class in org.jboss.aerogear.security.picketbox.idm
Authentication key provider
AuthenticationKeyProviderImpl() - Constructor for class org.jboss.aerogear.security.picketbox.idm.AuthenticationKeyProviderImpl
 
AuthenticationManagerImpl - Class in org.jboss.aerogear.security.picketbox.auth
A AuthenticationManager implementation executes the basic authentication operations for AeroGearUser
AuthenticationManagerImpl() - Constructor for class org.jboss.aerogear.security.picketbox.auth.AuthenticationManagerImpl
 
AuthorizationManagerImpl - Class in org.jboss.aerogear.security.picketbox.authz
User authorization based on the submitted token
AuthorizationManagerImpl() - Constructor for class org.jboss.aerogear.security.picketbox.authz.AuthorizationManagerImpl
 

C

create() - Method in class org.jboss.aerogear.security.picketbox.config.PicketBoxLoadUsers
Loads some users during the first construction.
credentialFactory - Variable in class org.jboss.aerogear.security.picketbox.auth.AuthenticationManagerImpl
 
CredentialFactoryImpl - Class in org.jboss.aerogear.security.picketbox.auth
Configure credentials on authentication provider
CredentialFactoryImpl() - Constructor for class org.jboss.aerogear.security.picketbox.auth.CredentialFactoryImpl
 

E

entityManager - Variable in class org.jboss.aerogear.security.picketbox.config.PicketBoxLoadUsers
 

G

getId() - Method in class org.jboss.aerogear.security.picketbox.idm.AeroGearCredentialImpl
Represents the current AeroGearUser logged in.
getSecret() - Method in class org.jboss.aerogear.security.picketbox.idm.AuthenticationKeyProviderImpl
Represents the generated secret for the current AeroGearUser logged in.
getToken() - Method in class org.jboss.aerogear.security.picketbox.idm.AuthenticationKeyProviderImpl
Represents the generated token for the current AeroGearUser logged in.
grant(String...) - Method in class org.jboss.aerogear.security.picketbox.authz.IdentityManagementImpl
This method allows to specify which roles must be assigned to AeroGearUser
GrantConfiguration - Class in org.jboss.aerogear.security.picketbox.authz
GrantMethods implementation is a builder to apply roles to AeroGearUser
GrantConfiguration() - Constructor for class org.jboss.aerogear.security.picketbox.authz.GrantConfiguration
 
grantConfiguration - Variable in class org.jboss.aerogear.security.picketbox.authz.IdentityManagementImpl
 

H

hasRoles(Set<String>) - Method in class org.jboss.aerogear.security.picketbox.idm.AeroGearCredentialImpl
Role validation against the IDM

I

identity - Variable in class org.jboss.aerogear.security.picketbox.auth.AuthenticationManagerImpl
 
identity - Variable in class org.jboss.aerogear.security.picketbox.authz.AuthorizationManagerImpl
 
identity - Variable in class org.jboss.aerogear.security.picketbox.idm.AeroGearCredentialImpl
 
identity - Variable in class org.jboss.aerogear.security.picketbox.idm.AuthenticationKeyProviderImpl
 
IdentityManagementImpl - Class in org.jboss.aerogear.security.picketbox.authz
IdentityManagement allows to assign a set of roles to AeroGearUser on Identity Manager provider
IdentityManagementImpl() - Constructor for class org.jboss.aerogear.security.picketbox.authz.IdentityManagementImpl
 
identityManager - Variable in class org.jboss.aerogear.security.picketbox.authz.GrantConfiguration
 
identityManager - Variable in class org.jboss.aerogear.security.picketbox.config.PicketBoxLoadUsers
 
IDM_SECRET_ATTRIBUTE - Static variable in class org.jboss.aerogear.security.picketbox.idm.AuthenticationKeyProviderImpl
 

J

jpaTemplate - Variable in class org.jboss.aerogear.security.picketbox.config.PicketBoxConfigurer
 

L

list - Variable in class org.jboss.aerogear.security.picketbox.authz.GrantConfiguration
 
login(AeroGearUser) - Method in class org.jboss.aerogear.security.picketbox.auth.AuthenticationManagerImpl
Logs in the specified AeroGearUser.
loginCredentials - Variable in class org.jboss.aerogear.security.picketbox.auth.CredentialFactoryImpl
 
logout() - Method in class org.jboss.aerogear.security.picketbox.auth.AuthenticationManagerImpl
Logs out the specified AeroGearUser from the system.

O

onAuthenticationFailure() - Method in class org.jboss.aerogear.security.picketbox.auth.AuthenticationManagerImpl
 
org.jboss.aerogear.security.picketbox.auth - package org.jboss.aerogear.security.picketbox.auth
 
org.jboss.aerogear.security.picketbox.authz - package org.jboss.aerogear.security.picketbox.authz
 
org.jboss.aerogear.security.picketbox.config - package org.jboss.aerogear.security.picketbox.config
 
org.jboss.aerogear.security.picketbox.idm - package org.jboss.aerogear.security.picketbox.idm
 
otpAuthenticationMechanism - Variable in class org.jboss.aerogear.security.picketbox.config.PicketBoxConfigurer
 

P

PicketBoxConfigurer - Class in org.jboss.aerogear.security.picketbox.config
 
PicketBoxConfigurer() - Constructor for class org.jboss.aerogear.security.picketbox.config.PicketBoxConfigurer
 
PicketBoxLoadUsers - Class in org.jboss.aerogear.security.picketbox.config
 
PicketBoxLoadUsers() - Constructor for class org.jboss.aerogear.security.picketbox.config.PicketBoxLoadUsers
 
produceConfiguration() - Method in class org.jboss.aerogear.security.picketbox.config.PicketBoxConfigurer
 

R

roles(String[]) - Method in class org.jboss.aerogear.security.picketbox.authz.GrantConfiguration
This method specifies which roles will be applied to AeroGearUser

S

setCredential(AeroGearUser) - Method in class org.jboss.aerogear.security.picketbox.auth.CredentialFactoryImpl
Sets the identity required on authentication provider.

T

TIMEOUT_IN_MINUTES - Static variable in class org.jboss.aerogear.security.picketbox.config.PicketBoxConfigurer
 
to(AeroGearUser) - Method in class org.jboss.aerogear.security.picketbox.authz.GrantConfiguration
This method applies roles specified on IdentityManagement.grant(String...)

U

USERS_GROUP - Static variable in class org.jboss.aerogear.security.picketbox.authz.GrantConfiguration
 

V

validate(String) - Method in class org.jboss.aerogear.security.picketbox.authz.AuthorizationManagerImpl
Token validation against authorization provider

A C E G H I J L O P R S T U V
aerogear-security-picketbox 1.0.0.M1

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