-
- All Implemented Interfaces:
public interface QloudUser
-
-
Method Summary
Modifier and Type Method Description abstract StringgetSubject()abstract StringgetName()abstract StringgetEmail()abstract StringgetIdentityProvider()abstract StringgetIdentityProviderSubject()abstract StringgetUserDatabase()-
-
Method Detail
-
getSubject
abstract String getSubject()
-
getIdentityProvider
abstract String getIdentityProvider()
-
getIdentityProviderSubject
abstract String getIdentityProviderSubject()
-
getUserDatabase
abstract String getUserDatabase()
-
-
-
-