Auto-generated method stub
This commit is contained in:
@@ -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.");
|
||||
|
||||
@@ -139,7 +139,6 @@ public class ExtractPostBindingAdapter implements ExtractBindingAdapter, Initial
|
||||
|
||||
@Override
|
||||
public void afterPropertiesSet() throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
@@ -334,7 +334,6 @@ public class Saml20AutoConfiguration implements InitializingBean {
|
||||
|
||||
@Override
|
||||
public void afterPropertiesSet() throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user