public interface AuthGatewayOperations
| Modifier and Type | Method and Description |
|---|---|
UserState |
createUser(String orgId,
String userId) |
default UserState |
createUser(String orgId,
String userId,
Fallback fallback) |
UserState |
deleteUser(String orgId,
String userId) |
default UserState |
deleteUser(String orgId,
String userId,
Fallback fallback) |
feign.Response |
getHealth() |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.