T
- SecurityContext
directly,
so the use or need for this may go down in the future.@Deprecated public class ContextType<T> extends Object implements Serializable
SecurityAdapter
s that we can pre-define
to create convenient SecurityContext
's out ofConstructor and Description |
---|
ContextType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<SecurityAdapter<T>> |
getAdapters()
Deprecated.
|
String |
getDescription()
Deprecated.
|
String |
getName()
Deprecated.
|
void |
setAdapters(List<SecurityAdapter<T>> adapters)
Deprecated.
|
void |
setDescription(String description)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public List<SecurityAdapter<T>> getAdapters()
public void setAdapters(List<SecurityAdapter<T>> adapters)
Copyright © 2018. All rights reserved.