super.transitions[ApReqStatesEnum.AP_REQ_TICKET_STATE.ordinal()][KerberosConstants.AP_REQ_AUTHENTICATOR_TAG] =
new GrammarTransition<ApReqContainer>(
ApReqStatesEnum.AP_REQ_TICKET_STATE,
ApReqStatesEnum.LAST_AP_REQ_STATE,
KerberosConstants.AP_REQ_AUTHENTICATOR_TAG,
new StoreAuthenticator() );
}