diff options
| author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-04 20:16:23 +0100 | 
|---|---|---|
| committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-04 20:16:23 +0100 | 
| commit | 55885d24e176c92b97af233796189c8b2cc88808 (patch) | |
| tree | a77727f34e44609c38de30d2aa826b55b1816457 /id/server/idserverlib | |
| parent | 7f1c5affaa9358bef6995371dc08c8f0c981a849 (diff) | |
| download | moa-id-spss-55885d24e176c92b97af233796189c8b2cc88808.tar.gz moa-id-spss-55885d24e176c92b97af233796189c8b2cc88808.tar.bz2 moa-id-spss-55885d24e176c92b97af233796189c8b2cc88808.zip | |
attr
Diffstat (limited to 'id/server/idserverlib')
2 files changed, 8 insertions, 9 deletions
| diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AttributeCollector.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AttributeCollector.java index 10cdcba6c..e816725c8 100644 --- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AttributeCollector.java +++ b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AttributeCollector.java @@ -48,9 +48,8 @@ import eu.stork.peps.auth.commons.PersonalAttribute;  public class AttributeCollector implements IAction {      /** -     * The Constant ARTIFACT_ID. -     */ -    private static final String ARTIFACT_ID = "artifactId"; +	/** The Constant ARTIFACT_ID. */ +	private static final String ARTIFACT_ID = "artifactId";      private DataContainer container;      private HttpServletResponse httpResp; @@ -62,12 +61,12 @@ public class AttributeCollector implements IAction {          this.httpResp = httpResp; -        // read configuration parameters of OA -        OAAuthParameter oaParam = AuthConfigurationProvider.getInstance().getOnlineApplicationParameter(moasession.getPublicOAURLPrefix()); -        if (oaParam == null) -            throw new AuthenticationException("stork.12", new Object[]{moasession.getPublicOAURLPrefix()}); +		// read configuration parameters of OA +		OAAuthParameter oaParam = AuthConfigurationProvider.getInstance().getOnlineApplicationParameter(moasession.getPublicOAURLPrefix()); +		if (oaParam == null) +			throw new AuthenticationException("stork.12", new Object[] { moasession.getPublicOAURLPrefix() }); -        // find the attribute provider plugin that can handle the response +    	// find the attribute provider plugin that can handle the response  		IPersonalAttributeList newAttributes = null;  		for (AttributeProvider current : AttributeProviderFactory.getConfiguredPlugins(oaParam.getStorkAPs()))  			try { diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/MISAttributeProvider.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/MISAttributeProvider.java index 8cdbfd37c..ec38db513 100644 --- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/MISAttributeProvider.java +++ b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/MISAttributeProvider.java @@ -26,7 +26,7 @@ public class MISAttributeProvider implements AttributeProvider {          if (attributes.getName().equals("residencePermit")) {              Logger.error("MIS EXCEPTION: " + attributes.getName()); -            throw new ExternalAttributeRequestRequiredException(this); +            //throw new ExternalAttributeRequestRequiredException(this);          }          return null;  // | 
