Uses of Class
org.csapi.jr.se.pam.PamUnknownGroupException

Packages that use PamUnknownGroupException
org.csapi.jr.se.pam.provisioning Contains the PAM Provisioning interface classes. 
 

Uses of PamUnknownGroupException in org.csapi.jr.se.pam.provisioning
 

Methods in org.csapi.jr.se.pam.provisioning that throw PamUnknownGroupException
 void PAMIdentityManagement.addToGroup(java.lang.String group, java.lang.String member, byte[] authToken)
          Invokes the addToGroup() method on the Parlay Gateway.
 void PAMIdentityManagement.removeFromGroup(java.lang.String group, java.lang.String identity, byte[] authToken)
          Invokes the removeFromGroup() method on the Parlay Gateway.
 java.lang.String[] PAMIdentityManagement.listMembers(java.lang.String identity, byte[] authToken)
          Invokes the listMembers() method on the Parlay Gateway.