Package org.jcsp.net.security
package org.jcsp.net.security
This package contains the files specifically for link security implementing various authentication schemes.
See
for information on the service.SecurityAuthority
-
ClassDescriptionThrown by the security authority implementations if the credentials supplied are not correct or another error occurs as a result of user parameters.Abstract representation of a challenge as part of the security negotiation.Abstract representation of a response as part of the security negotiation.Defines the service for dealing with authenticating users via a challenge/response scheme.Defines the actual interface combining service administration and user control methods.Provides a basic security authority based on unique names.The challenge for this authority containing a timestamp and block of random data.The response for this authority, consisting of a block of data which has been mangled based on the timestamp and ID of the user creating the response.Represents the user ID for this authority.Represents the authenticated user token for this authority.Uniquely identifies a user.Uniquely identifies an authenticated user.