com.dtolabs.rundeck.core.authentication
Class LdapGroup

java.lang.Object
  extended by com.dtolabs.rundeck.core.authentication.Group
      extended by com.dtolabs.rundeck.core.authentication.LdapGroup
All Implemented Interfaces:
java.security.Principal

public class LdapGroup
extends Group
implements java.security.Principal


Constructor Summary
LdapGroup(java.lang.String group)
           
 
Method Summary
 
Methods inherited from class com.dtolabs.rundeck.core.authentication.Group
getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString
 

Constructor Detail

LdapGroup

public LdapGroup(java.lang.String group)