Package akka.http.javadsl.server
Interface TlsClientIdentityRejection
-
- All Superinterfaces:
Rejection
- All Known Implementing Classes:
TlsClientIdentityRejection
public interface TlsClientIdentityRejection extends Rejection
Not for user extension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
description()
java.util.Optional<java.lang.String>
getCertificateCN()
java.util.List<java.lang.String>
getCertificateSANs()
java.lang.String
requiredExpression()
-