GigaSpaces XAP 10.0.1 API

com.gigaspaces.security.directory
Class CredentialsProvider

java.lang.Object
  extended by com.gigaspaces.security.directory.CredentialsProvider
All Implemented Interfaces:
Externalizable, Serializable
Direct Known Subclasses:
DefaultCredentialsProvider

public abstract class CredentialsProvider
extends Object
implements Externalizable

Since:
9.5.1
Author:
Niv Ingberg
See Also:
Serialized Form

Field Summary
static String PASSWORD_PROPERTY
           
static String USERNAME_PROPERTY
           
 
Constructor Summary
protected CredentialsProvider()
          Required for Externalizable
 
Method Summary
abstract  UserDetails getUserDetails()
           
 void initialize(Properties properties)
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USERNAME_PROPERTY

public static final String USERNAME_PROPERTY
See Also:
Constant Field Values

PASSWORD_PROPERTY

public static final String PASSWORD_PROPERTY
See Also:
Constant Field Values
Constructor Detail

CredentialsProvider

protected CredentialsProvider()
Required for Externalizable

Method Detail

initialize

public void initialize(Properties properties)

getUserDetails

public abstract UserDetails getUserDetails()

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.