Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecsec Public
reqesidta-prototype
eid-server
Commits
19e35d72
Commit
19e35d72
authored
Aug 07, 2019
by
Rene Lottes
Browse files
Merge branch 'fix_headers' into 'master'
Set ecsec headers. See merge request oec/reqesidta-prototype/eid-server!4
parents
83d55f11
543ce8b7
Changes
10
Hide whitespace changes
Inline
Side-by-side
ssa-server/server/src/main/java/org/netbeans/rest/application/config/ApplicationConfig.java
View file @
19e35d72
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/****************************************************************************
* Copyright (C) 2019 ecsec GmbH.
* All rights reserved.
* Contact: ecsec GmbH (info@ecsec.de)
*
* This file may be used in accordance with the terms and conditions
* contained in a signed written agreement between you and ecsec GmbH.
*
***************************************************************************/
package
org.netbeans.rest.application.config
;
import
java.util.Set
;
...
...
ssa-server/server/src/main/java/reqesidta/ssa/api/CertificateRequest.java
View file @
19e35d72
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/****************************************************************************
* Copyright (C) 2019 ecsec GmbH.
* All rights reserved.
* Contact: ecsec GmbH (info@ecsec.de)
*
* This file may be used in accordance with the terms and conditions
* contained in a signed written agreement between you and ecsec GmbH.
*
***************************************************************************/
package
reqesidta.ssa.api
;
/**
...
...
ssa-server/server/src/main/java/reqesidta/ssa/api/CertificateResponse.java
View file @
19e35d72
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/****************************************************************************
* Copyright (C) 2019 ecsec GmbH.
* All rights reserved.
* Contact: ecsec GmbH (info@ecsec.de)
*
* This file may be used in accordance with the terms and conditions
* contained in a signed written agreement between you and ecsec GmbH.
*
***************************************************************************/
package
reqesidta.ssa.api
;
import
java.util.List
;
...
...
ssa-server/server/src/main/java/reqesidta/ssa/api/InitProcessRequest.java
View file @
19e35d72
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/****************************************************************************
* Copyright (C) 2019 ecsec GmbH.
* All rights reserved.
* Contact: ecsec GmbH (info@ecsec.de)
*
* This file may be used in accordance with the terms and conditions
* contained in a signed written agreement between you and ecsec GmbH.
*
***************************************************************************/
package
reqesidta.ssa.api
;
import
javax.json.bind.annotation.JsonbProperty
;
...
...
ssa-server/server/src/main/java/reqesidta/ssa/api/InitProcessResponse.java
View file @
19e35d72
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/****************************************************************************
* Copyright (C) 2019 ecsec GmbH.
* All rights reserved.
* Contact: ecsec GmbH (info@ecsec.de)
*
* This file may be used in accordance with the terms and conditions
* contained in a signed written agreement between you and ecsec GmbH.
*
***************************************************************************/
package
reqesidta.ssa.api
;
import
javax.json.bind.annotation.JsonbProperty
;
...
...
ssa-server/server/src/main/java/reqesidta/ssa/api/SignRequest.java
View file @
19e35d72
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/****************************************************************************
* Copyright (C) 2019 ecsec GmbH.
* All rights reserved.
* Contact: ecsec GmbH (info@ecsec.de)
*
* This file may be used in accordance with the terms and conditions
* contained in a signed written agreement between you and ecsec GmbH.
*
***************************************************************************/
package
reqesidta.ssa.api
;
import
javax.json.bind.annotation.JsonbProperty
;
...
...
ssa-server/server/src/main/java/reqesidta/ssa/api/SignResponse.java
View file @
19e35d72
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/****************************************************************************
* Copyright (C) 2019 ecsec GmbH.
* All rights reserved.
* Contact: ecsec GmbH (info@ecsec.de)
*
* This file may be used in accordance with the terms and conditions
* contained in a signed written agreement between you and ecsec GmbH.
*
***************************************************************************/
package
reqesidta.ssa.api
;
import
javax.json.bind.annotation.JsonbProperty
;
...
...
ssa-server/server/src/main/java/reqesidta/ssa/api/SsaService.java
View file @
19e35d72
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/****************************************************************************
* Copyright (C) 2019 ecsec GmbH.
* All rights reserved.
* Contact: ecsec GmbH (info@ecsec.de)
*
* This file may be used in accordance with the terms and conditions
* contained in a signed written agreement between you and ecsec GmbH.
*
***************************************************************************/
package
reqesidta.ssa.api
;
import
javax.inject.Inject
;
...
...
ssa-server/server/src/main/java/reqesidta/ssa/server/config/ConfigLoader.java
View file @
19e35d72
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/****************************************************************************
* Copyright (C) 2019 ecsec GmbH.
* All rights reserved.
* Contact: ecsec GmbH (info@ecsec.de)
*
* This file may be used in accordance with the terms and conditions
* contained in a signed written agreement between you and ecsec GmbH.
*
***************************************************************************/
package
reqesidta.ssa.server.config
;
import
com.typesafe.config.Config
;
...
...
ssa-server/server/src/main/java/reqesidta/ssa/server/config/SSAConfig.java
View file @
19e35d72
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/****************************************************************************
* Copyright (C) 2019 ecsec GmbH.
* All rights reserved.
* Contact: ecsec GmbH (info@ecsec.de)
*
* This file may be used in accordance with the terms and conditions
* contained in a signed written agreement between you and ecsec GmbH.
*
***************************************************************************/
package
reqesidta.ssa.server.config
;
/**
...
...
@@ -20,5 +24,5 @@ public class SSAConfig {
public
void
setTestInt
(
int
testInt
)
{
this
.
testInt
=
testInt
;
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment