Searched refs:subscribable (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAssignableDynamicGroup.java84 * Returns true if the assignable dynamic group is subscribable.
86 * @return true if the assignable dynamic group is subscribable.
98 * @param subscribable
99 * true if the assignable dynamic group is subscribable.
106 public void setSubscribable(boolean subscribable) throws AMException, argument
H A DAMStaticGroup.java79 * Returns true if the group is subscribable.
81 * @return true if the group is subscribable.
93 * @param subscribable
94 * true if the group is subscribable.
101 public void setSubscribable(boolean subscribable) throws AMException, argument
H A DAMAssignableDynamicGroupImpl.java80 * Returns true if the group is subscribable.
82 * @return true if the group is subscribable.
94 * @param subscribable true if the group is subscribable.
99 public void setSubscribable(boolean subscribable) throws AMException, argument
101 setBooleanAttribute(SUBSCRIBABLE_ATTRIBUTE, subscribable);
H A DAMStaticGroupImpl.java74 * Returns true if the group is subscribable.
76 * @return true if the group is subscribable.
85 * @param subscribable
86 * true if the group is subscribable.
88 public void setSubscribable(boolean subscribable) throws AMException, argument
90 setBooleanAttribute(SUBSCRIBABLE_ATTRIBUTE, subscribable);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAssignableDynamicGroup.java84 * Returns true if the assignable dynamic group is subscribable.
86 * @return true if the assignable dynamic group is subscribable.
98 * @param subscribable
99 * true if the assignable dynamic group is subscribable.
106 public void setSubscribable(boolean subscribable) throws AMException, argument
H A DAMStaticGroup.java79 * Returns true if the group is subscribable.
81 * @return true if the group is subscribable.
93 * @param subscribable
94 * true if the group is subscribable.
101 public void setSubscribable(boolean subscribable) throws AMException, argument
H A DAMAssignableDynamicGroupImpl.java80 * Returns true if the group is subscribable.
82 * @return true if the group is subscribable.
94 * @param subscribable true if the group is subscribable.
99 public void setSubscribable(boolean subscribable) throws AMException, argument
101 setBooleanAttribute(SUBSCRIBABLE_ATTRIBUTE, subscribable);
H A DAMStaticGroupImpl.java74 * Returns true if the group is subscribable.
76 * @return true if the group is subscribable.
85 * @param subscribable
86 * true if the group is subscribable.
88 public void setSubscribable(boolean subscribable) throws AMException, argument
90 setBooleanAttribute(SUBSCRIBABLE_ATTRIBUTE, subscribable);

Completed in 28 milliseconds