Class OAuth2ServiceUserStore
- java.lang.Object
-
- org.nuxeo.ecm.platform.oauth2.providers.OAuth2ServiceUserStore
-
public class OAuth2ServiceUserStore extends Object
Directory backed storage for mapping between users and services The current implementation reuses the existing token directory as storage.- Since:
- 7.3
-
-
Constructor Summary
Constructors Constructor Description OAuth2ServiceUserStore(String serviceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
find(Map<String,Serializable> filter)
protected DocumentModelList
query(Map<String,Serializable> filter)
String
store(String nuxeoLogin)
String
store(String nuxeoLogin, Map<String,Object> fields)
-
-
-
Field Detail
-
log
protected static final Log log
-
DIRECTORY_NAME
public static final String DIRECTORY_NAME
- See Also:
- Constant Field Values
-
ENTRY_ID
public static final String ENTRY_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OAuth2ServiceUserStore
public OAuth2ServiceUserStore(String serviceName)
-
-
Method Detail
-
find
public String find(Map<String,Serializable> filter)
-
query
protected DocumentModelList query(Map<String,Serializable> filter)
-
-