hudson.security
Class GroupDetails
java.lang.Object
hudson.security.GroupDetails
public abstract class GroupDetails
- extends Object
Represents the details of a group.
- Since:
- 1.280
- Author:
- Kohsuke Kawaguchi
- See Also:
UserDetails
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupDetails
public GroupDetails()
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.