org.apache.openejb.core.security
Class SecurityServiceImpl
java.lang.Object
org.apache.openejb.core.security.AbstractSecurityService
org.apache.openejb.core.security.SecurityServiceImpl
- All Implemented Interfaces:
- BasicPolicyConfiguration.RoleResolver, ThreadContextListener, SecurityService<UUID>, Service
public class SecurityServiceImpl
- extends AbstractSecurityService
- Version:
- $Rev: 1245047 $ $Date: 2012-02-16 07:43:47 -0800 (Thu, 16 Feb 2012) $
| Methods inherited from class org.apache.openejb.core.security.AbstractSecurityService |
associate, contextEntered, contextExited, createRunAsSubject, createSubject, disassociate, getCallerPrincipal, getDefaultUser, getLogicalRoles, getRealmName, getRunAsSubject, init, installJacc, isCallerAuthorized, isCallerInRole, login, registerSubject, setDefaultUser, setRealmName, unregisterSubject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityServiceImpl
public SecurityServiceImpl()
SecurityServiceImpl
public SecurityServiceImpl(String jaccProviderClass)
installJaas
protected static void installJaas()
login
public UUID login(String realmName,
String username,
String password)
throws LoginException
- Throws:
LoginException
logout
public void logout(UUID securityIdentity)
throws LoginException
- Description copied from interface:
SecurityService
- Active
- Specified by:
logout in interface SecurityService<UUID>- Overrides:
logout in class AbstractSecurityService
- Throws:
LoginException
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.