public class Interface
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
role |
java.lang.String |
version |
| Constructor and Description |
|---|
Interface(java.net.URI type,
AccessURL accessURL) |
| Modifier and Type | Method and Description |
|---|---|
AccessURL |
getAccessURL()
Get the access URL for this interface.
|
java.util.List<java.net.URI> |
getSecurityMethods()
Get the list of security methods for this interface.
|
java.net.URI |
getType()
Get the fully-qualified interface type URI.
|
public Interface(java.net.URI type,
AccessURL accessURL)
public java.net.URI getType()
public AccessURL getAccessURL()
public java.util.List<java.net.URI> getSecurityMethods()