JSCAPE MFT Server

com.jscape.inet.mft.management.descriptors
Class CustomAuthenticationServiceDescriptor

java.lang.Object
  extended by com.jscape.inet.mft.management.descriptors.CustomAuthenticationServiceDescriptor
All Implemented Interfaces:
AuthenticationServiceDescriptor, ServiceDescriptor

public class CustomAuthenticationServiceDescriptor
extends java.lang.Object
implements AuthenticationServiceDescriptor

Custom authentication service descriptor.

Author:
Alex

Constructor Summary
CustomAuthenticationServiceDescriptor()
          This constructor is used by serialization sub-system and is not intended to use directly in client code.
CustomAuthenticationServiceDescriptor(java.lang.String authenticationClassName, java.lang.String accountTemplate)
          Creates a new descriptor instance.
 
Method Summary
 java.lang.String getAccountTemplate()
          Returns the account template name.
 java.lang.Object getAuthentication()
           
 java.lang.String getAuthenticationClassName()
          Returns authentication class name.
 void setAccountTemplate(java.lang.String value)
          Sets the account template name.
 void setAuthenticationClassName(java.lang.String value)
          Sets authentication class name.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomAuthenticationServiceDescriptor

public CustomAuthenticationServiceDescriptor(java.lang.String authenticationClassName,
                                             java.lang.String accountTemplate)
Creates a new descriptor instance.

Parameters:
authenticationClassName - authentication class name
accountTemplate - account template name

CustomAuthenticationServiceDescriptor

public CustomAuthenticationServiceDescriptor()
This constructor is used by serialization sub-system and is not intended to use directly in client code.

Method Detail

getAuthenticationClassName

public java.lang.String getAuthenticationClassName()
Returns authentication class name.

Returns:
authentication class name

setAuthenticationClassName

public void setAuthenticationClassName(java.lang.String value)
Sets authentication class name.

Parameters:
value - authentication class name

getAccountTemplate

public java.lang.String getAccountTemplate()
Returns the account template name.

Returns:
the account template name

setAccountTemplate

public void setAccountTemplate(java.lang.String value)
Sets the account template name.

Parameters:
value - the account template name

getAuthentication

public java.lang.Object getAuthentication()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

JSCAPE MFT Server

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved