jBPM distribution 6.2.0.Beta2

org.jbpm.kie.services.api
Interface IdentityProvider

All Known Implementing Classes:
EJBContextIdentityProvider, IdentityProviderCDIWrapper

public interface IdentityProvider


Method Summary
 String getName()
           
 List<String> getRoles()
           
 boolean hasRole(String role)
           
 

Method Detail

getName

String getName()

getRoles

List<String> getRoles()

hasRole

boolean hasRole(String role)

jBPM distribution 6.2.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.