Interface AuthorizationContainer

All Known Implementing Classes:
Authorizations

public interface AuthorizationContainer
An interface for classes that contain a collection of authorizations.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks whether this object contains the given authorization.
  • Method Details

    • contains

      boolean contains(ByteSequence auth)
      Checks whether this object contains the given authorization.
      Parameters:
      auth - authorization, as a string encoded in UTF-8
      Returns:
      true if authorization is in this collection