com.ibm.security.access.mobile.authentication

Class EnrollmentResult

  • java.lang.Object
    • com.ibm.security.access.mobile.authentication.EnrollmentResult
  • All Implemented Interfaces:
    IResult


    public final class EnrollmentResult
    extends java.lang.Object
    implements IResult
    Holds the result of the challenge enrollment.
    Since:
    1.2.0
    Version:
    1.2.8
    • Method Detail

      • getType

        public java.lang.String getType()
        Returns the type of enrollment challenge. Default is null.
        Returns:
        the type of enrollment challenge
      • getAdditionalData

        public java.util.HashMap<java.lang.String,java.lang.Object> getAdditionalData()
        Returns the HashMap of additional enrollment data.
        Returns:
        the HashMap of additional enrollment data
      • getIdentifier

        public java.lang.String getIdentifier()
        Returns the unique identifier of the enrollment. Default is null.
        Returns:
        the unique identifier of the enrollment
      • getErrorDescription

        public java.lang.String getErrorDescription()
        Returns detailed information about the error.
        Specified by:
        getErrorDescription in interface IResult
        Returns:
        the detailed information of the error or null if unknown.
      • hasError

        public boolean hasError()
        Returns whether there has been an error.
        Returns:
        flag to indicate an error