public class AuthenticatorInfo extends Object
Java class for authenticatorInfo complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="authenticatorInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="admin" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="friendly" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="keys" type="{http://icatproject.org}authenticatorCredentialKey" maxOccurs="unbounded" minOccurs="0"/>
         <element name="mnemonic" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected boolean | admin | 
| protected String | friendly | 
| protected List<AuthenticatorCredentialKey> | keys | 
| protected String | mnemonic | 
| Constructor and Description | 
|---|
| AuthenticatorInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFriendly()Gets the value of the friendly property. | 
| List<AuthenticatorCredentialKey> | getKeys()Gets the value of the keys property. | 
| String | getMnemonic()Gets the value of the mnemonic property. | 
| boolean | isAdmin()Gets the value of the admin property. | 
| void | setAdmin(boolean value)Sets the value of the admin property. | 
| void | setFriendly(String value)Sets the value of the friendly property. | 
| void | setMnemonic(String value)Sets the value of the mnemonic property. | 
protected boolean admin
protected String friendly
protected List<AuthenticatorCredentialKey> keys
protected String mnemonic
public boolean isAdmin()
public void setAdmin(boolean value)
public String getFriendly()
Stringpublic void setFriendly(String value)
value - allowed object is
     Stringpublic List<AuthenticatorCredentialKey> getKeys()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the keys property.
 
 
For example, to add a new item, do as follows:
    getKeys().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 AuthenticatorCredentialKey
public String getMnemonic()
StringCopyright © 2022 The ICAT Collaboration. All rights reserved.