Class ServerKeysProp

java.lang.Object
com.iizix.prop.GProp<GProp<?>[]>
com.iizix.prop.PropCnr
com.iizix.server.security.ServerKeysProp
All Implemented Interfaces:
EventListener, IGProp<GProp<?>[]>, IPropCnr, Cloneable

public class ServerKeysProp extends PropCnr
Class used to store server keys.
Author:
Christopher Mindus
  • Constructor Details

    • ServerKeysProp

      public ServerKeysProp()
      Constructor without name.
    • ServerKeysProp

      public ServerKeysProp(Atom name)
      Constructor with name.
      Parameters:
      name - The atom name.
  • Method Details

    • getKeys

      public List<ServerKey> getKeys()
      Gets the server keys from the property container.
      Returns:
      The list of server keys.