com.bea.portal.tools.da.taxonomy.serviceadmin
Class AtnSecurityProviderTaxonomy

java.lang.Object
  extended by com.bea.p13n.delegation.taxonomy.ParentedTaxonomyBuilder
      extended by com.bea.portal.tools.da.taxonomy.serviceadmin.AtnSecurityProviderTaxonomy
All Implemented Interfaces
TaxonomyBuilder, Serializable

public class AtnSecurityProviderTaxonomy
extends ParentedTaxonomyBuilder

Taxonomy for an AtnSecurityProvider node, which is contained within the AtnSecurityProvider taxonomy.

See Also
Serialized Form

Field Summary
 
Fields inherited from interface com.bea.p13n.delegation.taxonomy.TaxonomyBuilder
TAXONOMY_DELIMITER
 
Constructor Summary
AtnSecurityProviderTaxonomy(AtnSecurityProviderServiceTaxonomy parentTaxonomy, String atnSecProviderName)
          Constructs an AtnSecurityProvider taxonomy, parented by the AtnSecurityProviderService taxonomy.
 
Method Summary
protected  String getLeafTaxonomy()
          Method that individual ParentedTaxonomyBuilder implementations implement to provide the leaf portion of their taxonomy, which will in most cases be directed derived from the resource they represent.
 
Methods inherited from class com.bea.p13n.delegation.taxonomy.ParentedTaxonomyBuilder
buildTaxonomy, getParentTaxonomy, getTaxonomyLevel, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtnSecurityProviderTaxonomy

public AtnSecurityProviderTaxonomy(AtnSecurityProviderServiceTaxonomy parentTaxonomy,
                                   String atnSecProviderName)
Constructs an AtnSecurityProvider taxonomy, parented by the AtnSecurityProviderService taxonomy.

Parameters
parentTaxonomy - the parent AtnSecurityProviderServiceTaxonomy
atnSecProviderName - the name of the AtnSecurityProvider
Method Detail

getLeafTaxonomy

protected String getLeafTaxonomy()
Description copied from class: ParentedTaxonomyBuilder
Method that individual ParentedTaxonomyBuilder implementations implement to provide the leaf portion of their taxonomy, which will in most cases be directed derived from the resource they represent.

Specified by:
getLeafTaxonomy in class ParentedTaxonomyBuilder
Returns


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.