MutablePrincipalCollection.addAll

Adds all of the principals in the given collection to this collection.

@param principals the principals to be added. @param realmName the realm these principals came from.

  1. void addAll(Collection!Object principals, string realmName)
    interface MutablePrincipalCollection
    void
    addAll
    (
    Collection!Object principals
    ,
    string realmName
    )
  2. void addAll(PrincipalCollection principals)

Meta