Class CredentialType

java.lang.Object
pl.edu.icm.unity.types.DescribedObjectROImpl
pl.edu.icm.unity.types.authn.CredentialType
All Implemented Interfaces:
DescribedObject, NamedObject

public class CredentialType extends DescribedObjectROImpl
Describes credential type as username and password or one-time password. Each credential can optionally support invalidation. This means that instances can be put into the LocalCredentialState.outdated state.
Author:
K. Benedyczak
  • Constructor Details

    • CredentialType

      public CredentialType()
    • CredentialType

      public CredentialType(String name, String description, boolean supportsInvalidation)
  • Method Details

    • isSupportingInvalidation

      public boolean isSupportingInvalidation()
    • setSupportingInvalidation

      public void setSupportingInvalidation(boolean supportingInvalidation)