Class Service
java.lang.Object
com.gigaspaces.security.directory.Service
- All Implemented Interfaces:
ServiceUserDetails,UserDetails,Serializable
- See Also:
-
Constructor Details
-
Service
public Service() -
Service
-
-
Method Details
-
serviceId
- Specified by:
serviceIdin interfaceServiceUserDetails
-
getAuthorities
Description copied from interface:UserDetailsReturns the granted authorities granted to the user. Cannot returnnull.- Specified by:
getAuthoritiesin interfaceUserDetails- Returns:
- the authorities (never
null)
-
getPassword
Description copied from interface:UserDetailsReturns the password used to authenticate the user. Cannot returnnull.- Specified by:
getPasswordin interfaceUserDetails- Returns:
- the password (never
null)
-
getUsername
Description copied from interface:UserDetailsReturns the username used to authenticate the user. Cannot returnnull.- Specified by:
getUsernamein interfaceUserDetails- Returns:
- the username (never
null)
-
code
- Specified by:
codein interfaceServiceUserDetails
-
toString
-