Interface ConfigIdentity


public interface ConfigIdentity
Represents an identity in which annotated service configuration may have its scope bounded by.
  • Method Summary

    Modifier and Type
    Method
    Description
    Provides the identity universal id.
  • Method Details

    • asUniversalId

      String asUniversalId()
      Provides the identity universal id. This should be unique for a given user.
      Returns:
      The universal id.
      Throws:
      ServiceConfigException - If the identity could not be retrieved.