站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.1.3 identity management component 英文版文档

ExpressionSession (jbpm-identity-3.1.3) - JBoss JBPM 3.1.3 identity management component 英文版文档


org.jbpm.identity.assignment
Interface ExpressionSession

All Known Implementing Classes:
IdentitySession

public interface ExpressionSession

interface used by the ExpressionAssignmentHandler to get information from the users data store.

See Also:
IdentitySession

Method Summary
 Group getGroupByName(java.lang.String groupName)
          retrieves a group from the user datastore including the membership relations.
 User getUserByGroupAndRole(java.lang.String groupName, java.lang.String role)
          retrieves a user from the user datastore including the membership relations.
 User getUserByName(java.lang.String userName)
          retrieves a user from the user datastore including the membership relations.
 

Method Detail

getGroupByName

Group getGroupByName(java.lang.String groupName)
retrieves a group from the user datastore including the membership relations.


getUserByName

User getUserByName(java.lang.String userName)
retrieves a user from the user datastore including the membership relations.


getUserByGroupAndRole

User getUserByGroupAndRole(java.lang.String groupName,
                           java.lang.String role)
retrieves a user from the user datastore including the membership relations.



Version : jbpm-identity-3.1.3