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 Summary
Constructors Constructor Description RemoteIdentity(String name, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdentityType()
void
setIdentityType(String identityType)
String
toString()
-
Methods inherited from class pl.edu.icm.unity.engine.api.authn.remote.RemoteInformationBase
getMetadata, getName, setMetadata, setName
-
-