Interface DeviceInformation.IdUsernamePair
- Enclosing interface:
- DeviceInformation
public static interface DeviceInformation.IdUsernamePair
The
DeviceInformation
is stored a set of generic credentials representing
dispatch targets in nevisIDM. For each account there is a generic credential in nevisIDM.
This object exposes the value of the Identification
attribute of each of the
generic credentials for each account.-
Method Summary
-
Method Details
-
username
String username()The username of the account.- Returns:
- the username of the account.
-
id
String id()The ID of the generic credential containing the dispatch target information (thedispatch_target_
prefix is removed). This is presented asIdentification
of the generic credential in the nevisIDM administration web interface.- Returns:
- the identifier of the generic credential
-