| Modifier and Type | Interface and Description |
|---|---|
interface |
AzAction
Extends the AzAttributes interface to provide a type-safe interface for Action attributes.
|
interface |
AzAttributes
Extends the Attributes interface to provide an abstract layer
specifically for Authorization attributes.
|
interface |
AzEnvironment
Extends the AzAttributes interface to provide a type-safe interface for Environment attributes.
|
interface |
AzObligations
Extends the AzAttributes interface to provide a type-safe interface for Obligations attributes.
|
interface |
AzResource
Extends the AzAttributes interface to provide a type-safe interface for Resource attributes.
|
interface |
AzSubject
Extends the AzAttributes interface to provide a type-safe interface for Subject attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Attributes |
SecurityContextService.getEnvironmentAttributes()
Return the Environment attributes collection associated with the current thread.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AzActionImpl |
class |
AzAttributesImpl
AzAttributesImpl implements AzAttributes to provide an abstract
layer specifically for Authorization attributes. |
class |
AzEnvironmentImpl |
class |
AzObligationsImpl |
class |
AzResourceImpl |
class |
AzSubjectImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributesImpl |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
SecurityContextServiceImpl.getEnvironmentAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
UserStoreProvider.UserEntry.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserStoreProvider.addAttributeValues(String uid,
Attributes attributes,
boolean replace)
Add the given attribute values to the user entry.
|
String |
UserStoreProvider.createUser(String name,
char[] pwd,
Attributes attributes)
Create a new user and return the unique ID assigned.
|
void |
UserStoreProvider.removeAttributeValues(String uid,
Attributes attributes)
Remove the given attribute values from the user entry.
|
Copyright © 2013. All Rights Reserved.