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: 640595 $ $Date: 2008-03-24 22:48:10 +0100 (Mo, 24. M��r 2008) $
Methods inherited from class org.apache.openejb.core.security.AbstractSecurityService |
associate, contextEntered, contextExited, createRunAsSubject, createSubject, disassociate, getCallerPrincipal, getLogicalRoles, getRealmName, getRunAsSubject, init, installJacc, isCallerAuthorized, isCallerInRole, login, logout, registerSubject, 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
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.