PamIdentityMatcher.primary constructor

PamIdentityMatcher.primary(
  1. PamPrimaryIdentityKey key
)

Implementation

PamIdentityMatcher.primary(PamPrimaryIdentityKey key)
    : type = PamIdentityMatcherType.primary,
      key = key.name;