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(java.lang.String name, java.lang.Object... values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>
getValues()
void
setValues(java.util.List<java.lang.Object> values)
java.lang.String
toString()
-
Methods inherited from class pl.edu.icm.unity.engine.api.authn.remote.RemoteInformationBase
getMetadata, getName, setMetadata, setName
-
-