public interface SAMLLogger
Modifier and Type | Method and Description |
---|---|
void |
log(String operation,
String result,
SAMLMessageContext context) |
void |
log(String operation,
String result,
SAMLMessageContext context,
org.springframework.security.core.Authentication a,
Exception e) |
void |
log(String operation,
String result,
SAMLMessageContext context,
Exception e) |
void log(String operation, String result, SAMLMessageContext context)
void log(String operation, String result, SAMLMessageContext context, Exception e)
void log(String operation, String result, SAMLMessageContext context, org.springframework.security.core.Authentication a, Exception e)