All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.cxf.it.security.policy.Saml2PolicyHelloServiceImpl Maven / Gradle / Ivy

package io.quarkiverse.cxf.it.security.policy;

import jakarta.jws.WebMethod;
import jakarta.jws.WebService;

@WebService
public class Saml2PolicyHelloServiceImpl implements Saml2PolicyHelloService {

    @WebMethod
    @Override
    public String hello(String text) {
        return "Hello " + text + " from helloSaml2!";
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy