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.String
getIdentityType()
void
setIdentityType(java.lang.String identityType)
java.lang.String
toString()
-
Methods inherited from class pl.edu.icm.unity.engine.api.authn.remote.RemoteInformationBase
getMetadata, getName, setMetadata, setName
-
-