hudson.security
Class GroupDetails

java.lang.Object
  extended by hudson.security.GroupDetails

public abstract class GroupDetails
extends Object

Represents the details of a group.

Since:
1.280
Author:
Kohsuke Kawaguchi
See Also:
UserDetails

Constructor Summary
GroupDetails()
           
 
Method Summary
 String getDisplayName()
          Returns the human-readable name used for rendering in HTML.
abstract  String getName()
          Returns the name of the group.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupDetails

public GroupDetails()
Method Detail

getName

public abstract String getName()
Returns the name of the group.

Returns:
never null.

getDisplayName

public String getDisplayName()
Returns the human-readable name used for rendering in HTML.

This may contain arbitrary character, and it can change.

Returns:
never null.


Copyright © 2004-2013. All Rights Reserved.