|
GigaSpaces XAP 7.0 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(String username,
String password)
|
|
SecurityConfig(UserDetails userDetails)
|
Method Summary | |
---|---|
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. |
UserDetails |
toUserDetails()
|
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(UserDetails userDetails)
Method Detail |
---|
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public UserDetails toUserDetails()
public boolean isFilled()
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |