|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.bea.security.spi.AccessResponse
This base class is used by authorization providers to return additional authorization data when requested.
See AccessResponseCollector for additional information regarding extended authorization data.
The AccessResponse object may contain a number of response context handlers which can be used
to return arbitrary data to the caller.
SimpleAccessResponse provides a simple implementation of this abstract class.
| Constructor Summary | |
AccessResponse()
|
|
| Method Summary | |
abstract java.lang.String |
getAccessDecisionClassName()
Get AccessDecision (provider) class name. |
abstract ContextHandler[] |
getResponseContexts()
Gets the provider supplied extended response data. |
abstract Result |
getResult()
Gets the authorization result. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public AccessResponse()
| Method Detail |
public abstract java.lang.String getAccessDecisionClassName()
AccessDecision (provider) class name.
public abstract Result getResult()
public abstract ContextHandler[] getResponseContexts()
ContextHandler objects.
ContextHandler objects containing response data, or null if none exists.
|
Documentation is available at http://download.oracle.com/docs/cd/E13169_01/ales/docs25 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||