org.eclipse.stardust.engine.core.spi.security
Class ExternalUserConfiguration.GrantInfo

java.lang.Object
  extended by org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration.GrantInfo
Enclosing class:
ExternalUserConfiguration

public static class ExternalUserConfiguration.GrantInfo
extends Object


Constructor Summary
ExternalUserConfiguration.GrantInfo(String participantId, List<String> departmentKey)
           
ExternalUserConfiguration.GrantInfo(String participantId, String... departmentKey)
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getDepartmentKey()
           
 String getParticipantId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalUserConfiguration.GrantInfo

public ExternalUserConfiguration.GrantInfo(String participantId,
                                           List<String> departmentKey)

ExternalUserConfiguration.GrantInfo

public ExternalUserConfiguration.GrantInfo(String participantId,
                                           String... departmentKey)
Method Detail

getParticipantId

public String getParticipantId()

getDepartmentKey

public List<String> getDepartmentKey()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2017 Eclipse Stardust. All Rights Reserved.