KIE Internal 6.2.0.Final

org.kie.internal.identity
Interface IdentityProvider


public interface IdentityProvider


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

Field Detail

UNKNOWN_USER_IDENTITY

static final String UNKNOWN_USER_IDENTITY
See Also:
Constant Field Values
Method Detail

getName

String getName()

getRoles

List<String> getRoles()

hasRole

boolean hasRole(String role)

KIE Internal 6.2.0.Final

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