Class RemoteAttribute
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.authn.remote.RemoteInformationBase
-
- pl.edu.icm.unity.engine.api.authn.remote.RemoteAttribute
-
public class RemoteAttribute extends RemoteInformationBase
Generic representation of a remotely obtained attribute.- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description RemoteAttribute(String name, Object... values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>
getValues()
void
setValues(List<Object> values)
String
toString()
-
Methods inherited from class pl.edu.icm.unity.engine.api.authn.remote.RemoteInformationBase
getMetadata, getName, setMetadata, setName
-
-