Package org.gluu.oxtrust.action
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidList<org.gluu.model.TrustContact> initContacts(GluuSAMLTrustRelationship trustRelationship) voidremoveContact(org.gluu.model.TrustContact contact) void
-
Constructor Details
-
TrustContactsAction
public TrustContactsAction()
-
-
Method Details
-
initContacts
-
getTrustContacts
-
removeContact
public void removeContact(org.gluu.model.TrustContact contact) -
addEmptyContact
public void addEmptyContact() -
saveContacts
public void saveContacts()
-