Interface SSOIServerCredentials.Group
-
- All Superinterfaces:
java.io.Serializable
- Enclosing interface:
- SSOIServerCredentials
public static interface SSOIServerCredentials.Group extends java.io.SerializableThis interface represents the user group information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDistinguishedName()The distinguished group namejava.lang.StringgetName()The group name
-