Searched refs:isResourceNameAllowed (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java106 private boolean isResourceNameAllowed; field in class:AttributeSchemaImpl
429 public boolean isResourceNameAllowed() { method in class:AttributeSchemaImpl
430 return (isResourceNameAllowed);
478 buf.append("\n\tisResourceNameAllowed=").append(isResourceNameAllowed);
728 isResourceNameAllowed = false;
730 isResourceNameAllowed = true;
H A DAttributeSchema.java646 public boolean isResourceNameAllowed() { method in class:AttributeSchema
647 return (as.isResourceNameAllowed());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java110 private boolean isResourceNameAllowed; field in class:AttributeSchemaImpl
451 public boolean isResourceNameAllowed() { method in class:AttributeSchemaImpl
452 return (isResourceNameAllowed);
500 buf.append("\n\tisResourceNameAllowed=").append(isResourceNameAllowed);
759 isResourceNameAllowed = false;
761 isResourceNameAllowed = true;
H A DAttributeSchema.java680 public boolean isResourceNameAllowed() { method in class:AttributeSchema
681 return (as.isResourceNameAllowed());
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DActionSchema.java105 return(isResourceNameAllowed());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DActionSchema.java105 return(isResourceNameAllowed());

Completed in 31 milliseconds