Class RemoteInformationBase
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.authn.remote.RemoteInformationBase
-
- Direct Known Subclasses:
RemoteAttribute
,RemoteGroupMembership
,RemoteIdentity
public abstract class RemoteInformationBase extends Object
Generic representation of a remotely obtained information, used for subclassing.- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description RemoteInformationBase(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getMetadata()
String
getName()
void
setMetadata(Map<String,String> metadata)
void
setName(String name)
-