Package org.jgroups.auth


package org.jgroups.auth
  • Classes
    Class
    Description
    Abstract AuthToken class used by implementations of AUTH, e.g.
    The FixedMemberShipToken object predefines a list of IP addresses and Ports that can join the group.
    This is an example of using a preshared token that is encrypted using an MD5/SHA hash for authentication purposes.
    This is an example of using a preshared token for authentication purposes.
    This is an example of using a preshared token that is encrypted using an X509 certificate for authentication purposes.