Interface IdentityTypeSupport


  • public interface IdentityTypeSupport
    Internally useful support API for handling identity types.
    Author:
    K. Benedyczak
    • Method Detail

      • getType

        pl.edu.icm.unity.types.basic.IdentityType getType​(java.lang.String idType)
        Parameters:
        idType -
        Returns:
        identity type for the given name
      • getIdentityTypes

        java.util.Collection<pl.edu.icm.unity.types.basic.IdentityType> getIdentityTypes()