Interface NormalizedGroup

All Superinterfaces:
Group, Serializable

@Immutable public interface NormalizedGroup extends Group
The normalized group.
Author:
Christian Bremer
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    The Builder.
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    Gets a new builder.
    of(@NonNull String name)
    Creates a new normalized group with the given name.

    Methods inherited from interface org.bremersee.spring.security.core.Group

    getName
  • Method Details

    • of

      static NormalizedGroup of(@NonNull String name)
      Creates a new normalized group with the given name.
      Parameters:
      name - the name of the group
      Returns:
      the normalized group
    • builder

      static NormalizedGroup.Builder builder()
      Gets a new builder.
      Returns:
      the builder