com.gigaspaces.security.directory
Class CredentialsProvider
java.lang.Object
  
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
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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
 
CredentialsProvider
protected CredentialsProvider()
- Required for Externalizable
 
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
 
Copyright © GigaSpaces.