class SAML2::Entity::Group

def initialize

def initialize
  @entities = []
  @id = "_#{SecureRandom.uuid}"
  @valid_until = nil
end