com.xebialabs.deployit.engine.spi.event
Class PrincipalRoleAssignmentCreatedEvent

java.lang.Object
  extended by com.xebialabs.deployit.engine.spi.event.AuditableDeployitEvent
      extended by com.xebialabs.deployit.engine.spi.event.PrincipalRoleAssignmentCreatedEvent

public class PrincipalRoleAssignmentCreatedEvent
extends AuditableDeployitEvent


Field Summary
 
Fields inherited from class com.xebialabs.deployit.engine.spi.event.AuditableDeployitEvent
component, message, username
 
Constructor Summary
PrincipalRoleAssignmentCreatedEvent(java.lang.String principal, java.lang.String roleName)
           
 
Method Summary
 java.lang.String getPrincipal()
           
 java.lang.String getRoleName()
           
 
Methods inherited from class com.xebialabs.deployit.engine.spi.event.AuditableDeployitEvent
format, format, getDataFields, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrincipalRoleAssignmentCreatedEvent

public PrincipalRoleAssignmentCreatedEvent(java.lang.String principal,
                                           java.lang.String roleName)
Method Detail

getRoleName

public java.lang.String getRoleName()

getPrincipal

public java.lang.String getPrincipal()