Class TestAuthenticator
java.lang.Object
org.apache.camel.quarkus.component.http.netty.auth.TestAuthenticator
- All Implemented Interfaces:
org.apache.camel.component.netty.http.SecurityAuthenticator
public class TestAuthenticator
extends Object
implements org.apache.camel.component.netty.http.SecurityAuthenticator
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TestAuthenticator
public TestAuthenticator()
-
-
Method Details
-
setName
- Specified by:
setNamein interfaceorg.apache.camel.component.netty.http.SecurityAuthenticator
-
getName
- Specified by:
getNamein interfaceorg.apache.camel.component.netty.http.SecurityAuthenticator
-
setRoleClassNames
- Specified by:
setRoleClassNamesin interfaceorg.apache.camel.component.netty.http.SecurityAuthenticator
-
login
public Subject login(org.apache.camel.component.netty.http.HttpPrincipal principal) throws LoginException - Specified by:
loginin interfaceorg.apache.camel.component.netty.http.SecurityAuthenticator- Throws:
LoginException
-
logout
- Specified by:
logoutin interfaceorg.apache.camel.component.netty.http.SecurityAuthenticator- Throws:
LoginException
-
getUserRoles
- Specified by:
getUserRolesin interfaceorg.apache.camel.component.netty.http.SecurityAuthenticator
-