Package io.dialob.security.uaa.spi.model
Interface UaaGroup
-
- All Superinterfaces:
UaaEntity
- All Known Implementing Classes:
ImmutableUaaGroup
@Immutable @Enclosing public interface UaaGroup extends UaaEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceUaaGroup.Member
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetDisplayName()List<UaaGroup.Member>getMembers()UaaMetagetMeta()StringgetZoneId()-
Methods inherited from interface io.dialob.security.uaa.spi.model.UaaEntity
getId, getSchemas
-
-