org.aselect.authspserver.config
Class Version

java.lang.Object
  extended by org.aselect.authspserver.config.Version

public class Version
extends java.lang.Object

Class containing the version of the A-Select AuthSP Server.

Description:
Methods that supply this version of the A-Select AuthSP Server

Concurrency issues:
-

Author:
Alfa & Ariss

Constructor Summary
Version()
           
 
Method Summary
static java.lang.String getPatch()
          Returns the patch version of this A-Select AuthSP Server.
static java.lang.String getSP()
          Returns the service pack version of this A-Select AuthSP Server.
static java.lang.String getVersion()
          Returns the main version of this A-Select AuthSP Server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

getVersion

public static java.lang.String getVersion()
Returns the main version of this A-Select AuthSP Server.

Description:
Static method that returns the main version as String.

Concurrency issues:
-

Preconditions:
-

Postconditions:
-

Returns:
the full version of this A-Select AuthSP Server

getSP

public static java.lang.String getSP()
Returns the service pack version of this A-Select AuthSP Server.

Description:
Static method that returns the service pack version as String.

Concurrency issues:
-

Preconditions:
-

Postconditions:
-

Returns:
the service pack version of this A-Select AuthSP Server

getPatch

public static java.lang.String getPatch()
Returns the patch version of this A-Select AuthSP Server.

Description:
Static method that returns the patch version as String.

Concurrency issues:
-

Preconditions:
-

Postconditions:
-

Returns:
the pacth version of this A-Select AuthSP Server


Copyright © 2008 SURFnet BV. All Rights Reserved.