Auto-generated method stub

This commit is contained in:
MaxKey
2021-11-09 22:44:35 +08:00
parent 86aa0f9ed9
commit 899d7b75f5
120 changed files with 180 additions and 226 deletions

View File

@@ -86,7 +86,7 @@ public class SignatureSecurityPolicyRule implements InitializingBean, SecurityP
}
SignableSAMLObject samlMessage = (SignableSAMLObject) messageContext.getInboundMessage();
//TODO:POST NEED Signed,but some is not
//POST NEED Signed,but some is not
if( !samlMessage.isSigned()) {
logger.debug("evaluating signature POST NEED Signed,but some is not.");
throw new SecurityPolicyException("InboundMessage was not signed.");

View File

@@ -139,7 +139,6 @@ public class ExtractPostBindingAdapter implements ExtractBindingAdapter, Initial
@Override
public void afterPropertiesSet() throws Exception {
// TODO Auto-generated method stub
}

View File

@@ -227,7 +227,6 @@ public class ConsumerEndpoint {
// 1. 获取 sp keyStore
AppsSAML20Details saml20Details = saml20DetailsService.get(spId);
if (saml20Details == null) {
// TODO
logger.error("spid[" + spId + "] not exists");
throw new Exception();
}

View File

@@ -334,7 +334,6 @@ public class Saml20AutoConfiguration implements InitializingBean {
@Override
public void afterPropertiesSet() throws Exception {
// TODO Auto-generated method stub
}
}