@RefreshScope @Component(value="denyRevocationPolicy") public class DenyRevocationPolicy extends java.lang.Object implements RevocationPolicy<java.lang.Void>
| Constructor and Description |
|---|
DenyRevocationPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(java.lang.Void nothing)
Policy application throws GeneralSecurityException to stop execution of
whatever process invoked application of this policy.
|
public void apply(java.lang.Void nothing)
throws java.security.GeneralSecurityException
apply in interface RevocationPolicy<java.lang.Void>nothing - SHOULD be null; ignored in all cases.java.security.GeneralSecurityException - Thrown in all cases.RevocationPolicy.apply(java.lang.Object)