Interface AuthenticatorResource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface AuthenticatorResource
- Author:
- Endi S. Dewata
-
Method Summary
Modifier and TypeMethodDescriptionResponseaddAuthenticator(AuthenticatorData authenticatorData) ResponsechangeStatus(String authenticatorID, String action) ResponsefindAuthenticators(String filter, Integer start, Integer size) ResponsegetAuthenticator(String authenticatorID) ResponseremoveAuthenticator(String authenticatorID) ResponseupdateAuthenticator(String authenticatorID, AuthenticatorData authenticatorData)
-
Method Details
-
findAuthenticators
-
getAuthenticator
-
addAuthenticator
-
updateAuthenticator
-
changeStatus
-
removeAuthenticator
-