public final class AuthTrait extends AbstractTrait
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthTrait.Provider |
| Constructor and Description |
|---|
AuthTrait(java.util.List<ShapeId> values)
Deprecated.
|
AuthTrait(java.util.List<ShapeId> values,
FromSourceLocation sourceLocation)
Deprecated.
|
AuthTrait(java.util.Set<ShapeId> values) |
AuthTrait(java.util.Set<ShapeId> values,
FromSourceLocation sourceLocation) |
| Modifier and Type | Method and Description |
|---|---|
protected Node |
createNode()
The result of toNode is used for hashCodes and equality.
|
java.util.List<ShapeId> |
getValues()
Deprecated.
|
java.util.Set<ShapeId> |
getValueSet()
Gets the auth scheme trait values.
|
equals, getSourceLocation, hashCode, setNodeCache, toNode, toShapeId, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitflatMapStream, getIdiomaticTraitName, getIdiomaticTraitName, isSynthetic, makeAbsoluteName, makeAbsoluteNamepublic static final ShapeId ID
@Deprecated public AuthTrait(java.util.List<ShapeId> values, FromSourceLocation sourceLocation)
@Deprecated public AuthTrait(java.util.List<ShapeId> values)
public AuthTrait(java.util.Set<ShapeId> values, FromSourceLocation sourceLocation)
public AuthTrait(java.util.Set<ShapeId> values)
public java.util.Set<ShapeId> getValueSet()
@Deprecated public java.util.List<ShapeId> getValues()
protected Node createNode()
AbstractTraitcreateNode in class AbstractTrait