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, com.jscape.inet.mft.subsystems.authentication.UsernameConversionType usernameConversionType)
          Creates a new descriptor instance.
 
Method Summary
 java.lang.Object authentication()
           
 java.lang.String getAccountTemplate()
          Returns the account template name.
 java.lang.String getAuthenticationClassName()
          Returns authentication class name.
 com.jscape.inet.mft.subsystems.authentication.UsernameConversionType getUsernameConversionType()
           
 void setAccountTemplate(java.lang.String value)
          Sets the account template name.
 void setAuthenticationClassName(java.lang.String value)
          Sets authentication class name.
 void setUsernameConversionType(com.jscape.inet.mft.subsystems.authentication.UsernameConversionType value)
           
 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,
                                             com.jscape.inet.mft.subsystems.authentication.UsernameConversionType usernameConversionType)
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

getUsernameConversionType

public com.jscape.inet.mft.subsystems.authentication.UsernameConversionType getUsernameConversionType()

setUsernameConversionType

public void setUsernameConversionType(com.jscape.inet.mft.subsystems.authentication.UsernameConversionType value)

authentication

public java.lang.Object authentication()
                                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-2015. All Rights Reserved