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.EntryNotFoundExceptionRetrieve the MVS groups this SAFCredential was mapped to. If the credential was not mapped, the unmapped groups are returned.- Throws:
RegistryExceptioncom.ibm.websphere.security.EntryNotFoundExceptioncom.ibm.websphere.security.CustomRegistryException
-
-