Skip navigation links
Picketbox 5.1.0.Final
A C D E G H I L M O P R S V 

A

abort() - Method in class org.picketbox.plugins.authorization.PicketBoxAuthorizationModule
 
add(Map<String, Object>) - Method in class org.picketbox.core.authorization.resources.POJOResource
 
add(String, Object) - Method in class org.picketbox.core.authorization.resources.POJOResource
 
authorize(Resource) - Method in class org.picketbox.plugins.authorization.PicketBoxAuthorizationModule
 

C

commit() - Method in class org.picketbox.plugins.authorization.PicketBoxAuthorizationModule
 
ConfigurationFileNullException - Exception in org.picketbox.exceptions
Exception indicating that the configuration file passed is null
ConfigurationFileNullException() - Constructor for exception org.picketbox.exceptions.ConfigurationFileNullException
 
ConfigurationFileNullException(String, Throwable) - Constructor for exception org.picketbox.exceptions.ConfigurationFileNullException
 
ConfigurationFileNullException(String) - Constructor for exception org.picketbox.exceptions.ConfigurationFileNullException
 
ConfigurationFileNullException(Throwable) - Constructor for exception org.picketbox.exceptions.ConfigurationFileNullException
 
ConfigurationParsingException - Exception in org.picketbox.exceptions
Indicates parsing exception during configuration parsing
ConfigurationParsingException() - Constructor for exception org.picketbox.exceptions.ConfigurationParsingException
 
ConfigurationParsingException(String, Throwable) - Constructor for exception org.picketbox.exceptions.ConfigurationParsingException
 
ConfigurationParsingException(String) - Constructor for exception org.picketbox.exceptions.ConfigurationParsingException
 
ConfigurationParsingException(Throwable) - Constructor for exception org.picketbox.exceptions.ConfigurationParsingException
 
ConfigurationStreamNullException - Exception in org.picketbox.exceptions
Exception indicating the Configuration java.io.InputStream is null
ConfigurationStreamNullException() - Constructor for exception org.picketbox.exceptions.ConfigurationStreamNullException
 
ConfigurationStreamNullException(String, Throwable) - Constructor for exception org.picketbox.exceptions.ConfigurationStreamNullException
 
ConfigurationStreamNullException(String) - Constructor for exception org.picketbox.exceptions.ConfigurationStreamNullException
 
ConfigurationStreamNullException(Throwable) - Constructor for exception org.picketbox.exceptions.ConfigurationStreamNullException
 

D

destroy() - Method in class org.picketbox.plugins.authorization.PicketBoxAuthorizationModule
 

E

establishSecurityContext(String) - Static method in class org.picketbox.factories.SecurityFactory
Establish a security context on the thread

G

getAuditManager(String) - Static method in class org.picketbox.factories.SecurityFactory
Get the AuditManager interface
getAuditManager(String) - Method in class org.picketbox.plugins.PicketBoxSecurityManagement
 
getAuditManager(String) - Method in class org.picketbox.plugins.SecurityFactorySecurityManagement
 
getAuthenticationManager(String) - Static method in class org.picketbox.factories.SecurityFactory
Get the AuthenticationManager interface
getAuthenticationManager(String) - Method in class org.picketbox.plugins.PicketBoxSecurityManagement
 
getAuthenticationManager(String) - Method in class org.picketbox.plugins.SecurityFactorySecurityManagement
 
getAuthorizationManager(String) - Static method in class org.picketbox.factories.SecurityFactory
Get the AuthorizationManager interface
getAuthorizationManager(String) - Method in class org.picketbox.plugins.PicketBoxSecurityManagement
 
getAuthorizationManager(String) - Method in class org.picketbox.plugins.SecurityFactorySecurityManagement
 
getCallerPrincipal() - Method in class org.picketbox.plugins.PicketBoxProcessor
Get the authenticated principal
getCallerRoles() - Method in class org.picketbox.plugins.PicketBoxProcessor
Get the caller roles
getCallerSubject() - Method in class org.picketbox.plugins.PicketBoxProcessor
Get the caller subject
getIdentityTrustManager(String) - Method in class org.picketbox.plugins.PicketBoxSecurityManagement
 
getIdentityTrustManager(String) - Method in class org.picketbox.plugins.SecurityFactorySecurityManagement
 
getJSSE(String) - Method in class org.picketbox.plugins.PicketBoxSecurityManagement
 
getJSSE(String) - Method in class org.picketbox.plugins.SecurityFactorySecurityManagement
 
getLayer() - Method in class org.picketbox.core.authorization.resources.POJOResource
 
getMap() - Method in class org.picketbox.core.authorization.resources.POJOResource
 
getMappingManager(String) - Static method in class org.picketbox.factories.SecurityFactory
Get the MappingManager
getMappingManager(String) - Method in class org.picketbox.plugins.PicketBoxSecurityManagement
 
getMappingManager(String) - Method in class org.picketbox.plugins.SecurityFactorySecurityManagement
 
getPrincipalFromSubject(Subject) - Static method in class org.picketbox.util.PicketBoxUtil
Get the first non-group principal
getRolesFromSubject(Subject) - Static method in class org.picketbox.util.PicketBoxUtil
Given a JAAS Subject, will look for Group principals with name "Roles" and return that in a RoleGroup
getSecurityManagement() - Static method in class org.picketbox.factories.SecurityFactory
Get the ISecurityManagement interface

H

handle(Callback[]) - Method in class org.picketbox.plugins.PicketBoxCallbackHandler
 
HandlerContract - Interface in org.picketbox.handlers
Basic contract expected of callback handlers Anil Saldhana

I

initialize(Subject, CallbackHandler, Map<String, Object>, Map<String, Object>, RoleGroup) - Method in class org.picketbox.plugins.authorization.PicketBoxAuthorizationModule
Initialize the module

L

load(String) - Method in class org.picketbox.config.PicketBoxConfiguration
Load a configuration file
load(InputStream) - Method in class org.picketbox.config.PicketBoxConfiguration
Load the Configuration Stream

M

main(String[]) - Static method in class org.picketbox.Version
Print the version to System.out.

O

org.picketbox - package org.picketbox
 
org.picketbox.config - package org.picketbox.config
 
org.picketbox.core.authorization.resources - package org.picketbox.core.authorization.resources
 
org.picketbox.exceptions - package org.picketbox.exceptions
 
org.picketbox.factories - package org.picketbox.factories
 
org.picketbox.handlers - package org.picketbox.handlers
 
org.picketbox.plugins - package org.picketbox.plugins
 
org.picketbox.plugins.authorization - package org.picketbox.plugins.authorization
 
org.picketbox.util - package org.picketbox.util
 

P

PicketBoxAuthorizationModule - Class in org.picketbox.plugins.authorization
Simple Authorization Module that authorizes users with the configured roles Note:The roles need to be placed as a comma separated list of values.
PicketBoxAuthorizationModule() - Constructor for class org.picketbox.plugins.authorization.PicketBoxAuthorizationModule
 
PicketBoxCallbackHandler - Class in org.picketbox.plugins
Default Callbackhandler that primarily uses the HandlerContract for the Principal/Credential combination Anil Saldhana
PicketBoxCallbackHandler() - Constructor for class org.picketbox.plugins.PicketBoxCallbackHandler
 
PicketBoxConfiguration - Class in org.picketbox.config
Defines the PicketBox Configuration
PicketBoxConfiguration() - Constructor for class org.picketbox.config.PicketBoxConfiguration
 
PicketBoxProcessingException - Exception in org.picketbox.exceptions
Exception indicating a processing exception
PicketBoxProcessingException() - Constructor for exception org.picketbox.exceptions.PicketBoxProcessingException
 
PicketBoxProcessingException(String, Throwable) - Constructor for exception org.picketbox.exceptions.PicketBoxProcessingException
 
PicketBoxProcessingException(String) - Constructor for exception org.picketbox.exceptions.PicketBoxProcessingException
 
PicketBoxProcessingException(Throwable) - Constructor for exception org.picketbox.exceptions.PicketBoxProcessingException
 
PicketBoxProcessor - Class in org.picketbox.plugins
Process the security annotations on a POJO.
PicketBoxProcessor() - Constructor for class org.picketbox.plugins.PicketBoxProcessor
 
PicketBoxSecurityManagement - Class in org.picketbox.plugins
Default Implementation of the ISecurityManagement interface PicketBoxSecurityManagement() - Constructor for class org.picketbox.plugins.PicketBoxSecurityManagement
 
PicketBoxUtil - Class in org.picketbox.util
Utility Methods
PicketBoxUtil() - Constructor for class org.picketbox.util.PicketBoxUtil
 
POJOResource - Class in org.picketbox.core.authorization.resources
A resource denoting a POJO
POJOResource(Object) - Constructor for class org.picketbox.core.authorization.resources.POJOResource
 
prepare() - Static method in class org.picketbox.factories.SecurityFactory
Prepare for security operations.
process(Object) - Method in class org.picketbox.plugins.PicketBoxProcessor
Process the POJO for security annotations

R

release() - Static method in class org.picketbox.factories.SecurityFactory
Will release anything that was done during SecurityFactory.prepare() step

S

SecurityFactory - Class in org.picketbox.factories
Security Factory This is the main factory for PicketBox Two methods that are important are SecurityFactory.prepare() and SecurityFactory.release() Anil Saldhana
SecurityFactory() - Constructor for class org.picketbox.factories.SecurityFactory
 
SecurityFactorySecurityManagement - Class in org.picketbox.plugins
A ISecurityManagement implementation that delegates to the instance registered with the SecurityFactory.
SecurityFactorySecurityManagement() - Constructor for class org.picketbox.plugins.SecurityFactorySecurityManagement
 
setSecurityInfo(Principal, Object) - Method in interface org.picketbox.handlers.HandlerContract
Set the security context.
setSecurityInfo(Principal, Object) - Method in class org.picketbox.plugins.PicketBoxCallbackHandler
 
setSecurityInfo(String, Object) - Method in class org.picketbox.plugins.PicketBoxProcessor
Set the user name/ Credential
setSecurityManagement(ISecurityManagement) - Static method in class org.picketbox.factories.SecurityFactory
Set ISecurityManagement

V

Version - Class in org.picketbox
The version of PicketBox.
VERSION - Static variable in class org.picketbox.Version
The version.
A C D E G H I L M O P R S V 
Skip navigation links
Picketbox 5.1.0.Final

Copyright © 2018 JBoss by Red Hat. All rights reserved.