public class SimpleGroupPrincipal extends SimpleUserPrincipal implements GroupPrincipal
GroupPrincipal implementation that simply stores a name.| Constructor and Description |
|---|
SimpleGroupPrincipal(String name)
Creates a new group principal.
|
public SimpleGroupPrincipal(String name)
name - The name of the group principal.Copyright © 2016–2020. All rights reserved.