public class DefaultNRepositoryAccess extends Object implements net.thevpc.nuts.security.NRepositoryAccess
| Constructor and Description |
|---|
DefaultNRepositoryAccess(String userName,
String repositoryUuid,
String repositoryName,
String remoteUserName,
net.thevpc.nuts.security.NSecureToken remoteCredential,
String remoteAuthType,
List<String> permissions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
List<String> |
permissions() |
String |
remoteAuthType() |
net.thevpc.nuts.security.NSecureToken |
remoteCredential() |
String |
remoteUserName() |
String |
repositoryName() |
String |
repositoryUuid() |
net.thevpc.nuts.security.NRepositoryAccessSpec |
toSpec() |
String |
toString() |
String |
userName() |
public String userName()
userName in interface net.thevpc.nuts.security.NRepositoryAccesspublic String repositoryUuid()
repositoryUuid in interface net.thevpc.nuts.security.NRepositoryAccesspublic String repositoryName()
repositoryName in interface net.thevpc.nuts.security.NRepositoryAccesspublic String remoteUserName()
remoteUserName in interface net.thevpc.nuts.security.NRepositoryAccesspublic net.thevpc.nuts.security.NSecureToken remoteCredential()
remoteCredential in interface net.thevpc.nuts.security.NRepositoryAccesspublic String remoteAuthType()
remoteAuthType in interface net.thevpc.nuts.security.NRepositoryAccesspublic List<String> permissions()
permissions in interface net.thevpc.nuts.security.NRepositoryAccesspublic net.thevpc.nuts.security.NRepositoryAccessSpec toSpec()
toSpec in interface net.thevpc.nuts.security.NRepositoryAccessCopyright © 2026 vpc open source initiative. All rights reserved.