Credential added
This commit is contained in:
parent
781f6ceba2
commit
38fe12f449
|
@ -0,0 +1,5 @@
|
|||
package org.gcube.common.security.credentials;
|
||||
|
||||
public interface Credentials {
|
||||
|
||||
}
|
|
@ -16,5 +16,5 @@ public abstract class Secret {
|
|||
public abstract Map<String,String> getHTTPAuthorizationHeaders();
|
||||
|
||||
public abstract boolean isExpired();
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue