Class TrustContactsAction

java.lang.Object
org.gluu.oxtrust.action.TrustContactsAction
All Implemented Interfaces:
Serializable

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

    • TrustContactsAction

      public TrustContactsAction()
  • Method Details

    • initContacts

      public String initContacts(GluuSAMLTrustRelationship trustRelationship)
    • getTrustContacts

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

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

      public void addEmptyContact()
    • saveContacts

      public void saveContacts()