|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.core.space.SecurityConfig
public class SecurityConfig
A configuration object allowing to configure security context (username, password) when working with the Space.
Constructor Summary | |
---|---|
SecurityConfig()
|
|
SecurityConfig(CredentialsProvider credentialsProvider)
|
|
SecurityConfig(String username,
String password)
|
Method Summary | |
---|---|
static SecurityConfig |
fromMarshalledProperties(Properties properties)
|
CredentialsProvider |
getCredentialsProvider()
|
String |
getPassword()
Returns the password to connect to the Space with. |
String |
getUsername()
Returns the username to connect to the Space with. |
boolean |
isFilled()
|
void |
setPassword(String password)
Sets the password to connect to the Space with. |
void |
setUsername(String username)
Sets the username to connect to the Space with. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityConfig()
public SecurityConfig(String username, String password)
public SecurityConfig(CredentialsProvider credentialsProvider)
Method Detail |
---|
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public CredentialsProvider getCredentialsProvider()
public boolean isFilled()
public static SecurityConfig fromMarshalledProperties(Properties properties)
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |