Class AuthenticatorInfo


  • 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>
     
    • Constructor Detail

      • AuthenticatorInfo

        public AuthenticatorInfo()
    • Method Detail

      • isAdmin

        public boolean isAdmin()
        Gets the value of the admin property.
      • setAdmin

        public void setAdmin​(boolean value)
        Sets the value of the admin property.
      • getFriendly

        public String getFriendly()
        Gets the value of the friendly property.
        Returns:
        possible object is String
      • setFriendly

        public void setFriendly​(String value)
        Sets the value of the friendly property.
        Parameters:
        value - allowed object is String
      • getKeys

        public List<AuthenticatorCredentialKey> getKeys()
        Gets the value of the keys property.

        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 Jakarta XML Binding 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

      • getMnemonic

        public String getMnemonic()
        Gets the value of the mnemonic property.
        Returns:
        possible object is String
      • setMnemonic

        public void setMnemonic​(String value)
        Sets the value of the mnemonic property.
        Parameters:
        value - allowed object is String