public static interface AuthRule.AuthRuleBuilder
Modifier and Type | Method and Description |
---|---|
AuthRule |
build() |
AuthRule.AuthRuleBuilder |
withCustomKeyPair(java.lang.String publicKeyCertificateLocation,
java.lang.String privateKeyLocation) |
AuthRule.DisabledBuilder |
withDisabledAuth() |
AuthRule.AuthRuleBuilder |
withIssuer(java.lang.String issuer) |
AuthRule.AuthRuleBuilder |
withKeyId(java.lang.String keyId) |
AuthRule.AuthRuleBuilder |
withSubject(java.lang.String subject) |
AuthRule.AuthRuleBuilder withKeyId(java.lang.String keyId)
AuthRule.AuthRuleBuilder withIssuer(java.lang.String issuer)
AuthRule.AuthRuleBuilder withSubject(java.lang.String subject)
AuthRule.AuthRuleBuilder withCustomKeyPair(java.lang.String publicKeyCertificateLocation, java.lang.String privateKeyLocation)
AuthRule.DisabledBuilder withDisabledAuth()
AuthRule build()