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