use of com.vmware.xenon.services.common.AuthCredentialsService in project photon-model by vmware.
the class AuthCredentialsOperationProcessingChainTest method injectOperationProcessingChain.
private AuthCredentialsServiceState injectOperationProcessingChain(AuthCredentialsServiceState state) throws Exception {
AuthCredentialsService s = (AuthCredentialsService) findService.invoke(host, state.documentSelfLink);
s.setOperationProcessingChain(AuthCredentialsOperationProcessingChain.createOperationProcessingChain(s));
return state;
}
Aggregations