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(java.lang.String name, java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIdentityType()voidsetIdentityType(java.lang.String identityType)java.lang.StringtoString()-
Methods inherited from class pl.edu.icm.unity.engine.api.authn.remote.RemoteInformationBase
getMetadata, getName, setMetadata, setName
-
-