public interface AuthenticatorResource
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
addAuthenticator(AuthenticatorData authenticatorData) |
AuthenticatorCollection |
findAuthenticators(java.lang.Integer start,
java.lang.Integer size) |
AuthenticatorData |
getAuthenticator(java.lang.String authenticatorID) |
javax.ws.rs.core.Response |
modifyAuthenticator(java.lang.String authenticatorID,
AuthenticatorModification request) |
void |
removeAuthenticator(java.lang.String authenticatorID) |
javax.ws.rs.core.Response |
updateAuthenticator(java.lang.String authenticatorID,
AuthenticatorData authenticatorData) |
AuthenticatorCollection findAuthenticators(java.lang.Integer start, java.lang.Integer size)
AuthenticatorData getAuthenticator(java.lang.String authenticatorID)
javax.ws.rs.core.Response addAuthenticator(AuthenticatorData authenticatorData)
javax.ws.rs.core.Response updateAuthenticator(java.lang.String authenticatorID, AuthenticatorData authenticatorData)
javax.ws.rs.core.Response modifyAuthenticator(java.lang.String authenticatorID, AuthenticatorModification request)
void removeAuthenticator(java.lang.String authenticatorID)