Package org.picketlink.idm.spi.exception

Examples of org.picketlink.idm.spi.exception.OperationNotSupportedException


  
   public void removeRelationshipNameProperties(
         IdentityStoreInvocationContext ctx, String name, Set<String> properties)
         throws IdentityException, OperationNotSupportedException
   {
      throw new OperationNotSupportedException("removeRelationshipNameProperties() not supported");
   }
View Full Code Here


   public void removeRelationshipProperties(IdentityStoreInvocationContext ctx,
         IdentityObjectRelationship relationship, Set<String> properties)
         throws IdentityException, OperationNotSupportedException
   {
      throw new OperationNotSupportedException("removeRelationshipProperties() not supported");
   }  
View Full Code Here

TOP

Related Classes of org.picketlink.idm.spi.exception.OperationNotSupportedException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.