Class UserAuthenticationData


  • public class UserAuthenticationData
    extends java.lang.Object
    Contains various authentication data.
    • Constructor Detail

      • UserAuthenticationData

        public UserAuthenticationData()
        Creates a new uninitialized instance.
    • Method Detail

      • setData

        public void setData​(UserAuthenticationData.Type type,
                            char[] data)
        Sets a data to this collection.
        Parameters:
        type - The Type to add
        data - The data associated with the Type
      • getData

        public char[] getData​(UserAuthenticationData.Type type)
        Gets a data from the collection.
        Parameters:
        type - The Type to retrieve.
        Returns:
        a character array containing the data associated with the type.
      • cleanup

        public void cleanup()
        Deletes all data stored within this authenticator.