Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
4134a3d4
Commit
4134a3d4
authored
Oct 23, 2019
by
michael.simon
Browse files
add interface Serializable to OpenSshPublicKey
OpenSshPublicKey is stored in session/view, needs to be serializable
parent
5acbe154
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-service/src/main/java/edu/kit/scc/webreg/ssh/OpenSshPublicKey.java
View file @
4134a3d4
package
edu.kit.scc.webreg.ssh
;
import
java.io.Serializable
;
import
java.security.PublicKey
;
import
com.fasterxml.jackson.annotation.JsonIgnore
;
public
class
OpenSshPublicKey
{
public
class
OpenSshPublicKey
implements
Serializable
{
private
static
final
long
serialVersionUID
=
1L
;
private
String
name
;
private
String
value
;
...
...
Write
Preview
Markdown
is supported
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