A C F I O S 

A

authenticate(AuthenticationToken<?, ?>) - Method in class org.fabric3.security.impl.AuthenticationServiceImpl
 
authenticate(Object) - Method in class org.fabric3.security.impl.AuthenticationServiceImpl
 
AuthenticationServiceImpl - Class in org.fabric3.security.impl
Basic authentication and service that relies on a SecurityStore for subject information.
AuthenticationServiceImpl(SecurityStore) - Constructor for class org.fabric3.security.impl.AuthenticationServiceImpl
 
AuthorizationServiceImpl - Class in org.fabric3.security.impl
Basic implementation of the AuthorizationService.
AuthorizationServiceImpl() - Constructor for class org.fabric3.security.impl.AuthorizationServiceImpl
 

C

checkPermission(SecuritySubject, String) - Method in class org.fabric3.security.impl.AuthorizationServiceImpl
 
checkPermissions(SecuritySubject, Collection<String>) - Method in class org.fabric3.security.impl.AuthorizationServiceImpl
 
checkRole(SecuritySubject, String) - Method in class org.fabric3.security.impl.AuthorizationServiceImpl
 
checkRoles(SecuritySubject, Collection<String>) - Method in class org.fabric3.security.impl.AuthorizationServiceImpl
 

F

FileSecurityStore - Class in org.fabric3.security.impl
Reads security information from a system property or the security.xml file in the runtime config directory.
FileSecurityStore(XMLFactory, HostInfo) - Constructor for class org.fabric3.security.impl.FileSecurityStore
 
find(String) - Method in class org.fabric3.security.impl.FileSecurityStore
 
find(String) - Method in interface org.fabric3.security.impl.SecurityStore
Looks up a subject based on user name

I

init() - Method in class org.fabric3.security.impl.FileSecurityStore
 
InvalidAuthenticationException - Exception in org.fabric3.security.impl
Denotes a bad authentication attempt.
InvalidAuthenticationException(String) - Constructor for exception org.fabric3.security.impl.InvalidAuthenticationException
 

O

org.fabric3.security.impl - package org.fabric3.security.impl
 

S

SecurityStore - Interface in org.fabric3.security.impl
Implementations store security information.
SecurityStoreException - Exception in org.fabric3.security.impl
 
SecurityStoreException(Throwable) - Constructor for exception org.fabric3.security.impl.SecurityStoreException
 
setSecurityConfiguration(XMLStreamReader) - Method in class org.fabric3.security.impl.FileSecurityStore
 
A C F I O S