All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.picketlink.idm.model.Partition Maven / Gradle / Ivy

The newest version!
package org.picketlink.idm.model;

import java.io.Serializable;

/**
 * An abstract container representing a grouping of identity objects.  Realm and Tier are examples
 * of Partitions.
 * 
 * @author Shane Bryzak
 */
public interface Partition extends Serializable {
    String getKey();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy