org.jbpm.services.ejb.impl.identity
Class EJBContextIdentityProvider
java.lang.Object
org.jbpm.services.ejb.impl.identity.EJBContextIdentityProvider
- All Implemented Interfaces:
- IdentityProvider
public class EJBContextIdentityProvider
- extends Object
- implements IdentityProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBContextIdentityProvider
public EJBContextIdentityProvider(javax.ejb.EJBContext context)
getName
public String getName()
- Specified by:
getName
in interface IdentityProvider
getRoles
public List<String> getRoles()
- Specified by:
getRoles
in interface IdentityProvider
hasRole
public boolean hasRole(String role)
- Specified by:
hasRole
in interface IdentityProvider
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.