|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.bea.security.PolicyDomain
A policy domain is a collection of elements and security services over which a common and consistent
set of policies are administered in a coordinated fashion.
The PolicyDomain class organizes these services making them
available in a central place. PolicyDomain objects are fetched from the
SecurityRuntime object.
| Method Summary | |
java.lang.String |
getName()
Gets the policy domain's name. |
PublicSecurityService |
getService(ServiceType servicetype)
Creates a PublicSecurityService of the requested type relevant to the
policy domain provided. |
java.util.Vector |
getServiceTypes()
Lists the service types offered by this policy domain. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public java.lang.String getName()
String.
public PublicSecurityService getService(ServiceType servicetype)
throws ServiceNotAvailableException
PublicSecurityService of the requested type relevant to the
policy domain provided.
servicetype - a ServiceType that indicates which security service is being
requested.PublicSecurityService that provides the service type
requested.public java.util.Vector getServiceTypes()
Vector of ServiceTypes offered by this
policy domain.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||