Class TrustContactsAction

  • All Implemented Interfaces:
    java.io.Serializable

    @ConversationScoped
    @Named("trustContactsAction")
    @Secure("#{permissionService.hasPermission(\'trust\', \'access\')}")
    public class TrustContactsAction
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • TrustContactsAction

        public TrustContactsAction()
    • Method Detail

      • getTrustContacts

        public java.util.List<org.gluu.model.TrustContact> getTrustContacts()
      • removeContact

        public void removeContact​(org.gluu.model.TrustContact contact)
      • addEmptyContact

        public void addEmptyContact()
      • saveContacts

        public void saveContacts()