Interface SAFGroupCredential
-
public interface SAFGroupCredential
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>
getMvsGroupIds()
Retrieve the MVS groups this SAFCredential was mapped to.
-
-
-
Method Detail
-
getMvsGroupIds
java.util.List<java.lang.String> getMvsGroupIds() throws com.ibm.websphere.security.CustomRegistryException, com.ibm.websphere.security.EntryNotFoundException
Retrieve the MVS groups this SAFCredential was mapped to. If the credential was not mapped, the unmapped groups are returned.- Throws:
RegistryException
com.ibm.websphere.security.EntryNotFoundException
com.ibm.websphere.security.CustomRegistryException
-
-