Class RemoteIdentity

java.lang.Object
pl.edu.icm.unity.engine.api.authn.remote.RemoteInformationBase
pl.edu.icm.unity.engine.api.authn.remote.RemoteIdentity

public class RemoteIdentity extends RemoteInformationBase
Represents a remote identity
Author:
K. Benedyczak
  • Constructor Details

    • RemoteIdentity

      public RemoteIdentity(String name, String type)
  • Method Details

    • getIdentityType

      public String getIdentityType()
    • setIdentityType

      public void setIdentityType(String identityType)
    • toString

      public String toString()
      Overrides:
      toString in class Object